Contributing

Thank you for your interest in contributing to Better Pay! This guide is a concise guide to contributing to Better Pay.

Make sure you have Node.JS installed.

Development Setup

1

Fork the repository

Visit https://github.com/Muhammad-Owais-Warsi/Better-Pay

Click the "Fork" button in the top right.

2

Clone the Fork

# Replace YOUR-USERNAME with your GitHub username
git clone https://github.com/YOU_USERNAME/Better-Pay.git
3

Install dependencies

Navigate into the directory and install the dependencies

npm install

Making changes

Once you have an idea of what you want to contribute, you can start making changes. Here are some steps to get started:

1

Create a new branch

git checkout -b feature/your-feature-name
2

Make your changes

Start making up your changes

  • Make sure to add comments.

  • Update the README.md if required.

Need Help?

Don't hesitate to ask for help! You can:

  • Open an issue with questions.

  • Reach out to project maintainers

Thank you for contributing to Better Pay!

Last updated