Thank you for considering contributing to PharmaSpot! We welcome your help and appreciate your interest in improving this project.
- Make sure you have a GitHub account.
- Fork the repository on GitHub.
Before contributing, check the issue tracker for existing issues. If your issue or feature request is not already documented, feel free to open a new issue.
-
Clone your fork of the repository:
git clone (https://github.com/drkNsubuga/PharmaSpot.git cd PharmaSpot
-
Install dependencies:
npm install
-
Make sure the tests pass:
npm test
-
Create a new branch for your contribution:
git checkout -b feature/your-feature
-
Make your changes and test thoroughly.
-
Commit your changes with a descriptive commit message:
git commit -m "Add your descriptive message here"
-
Push your changes to your fork:
git push origin feature/your-feature
-
Open a pull request against the
main
branch of the original repository.
- Follow the existing code style and conventions used in the project.
- Write clear and concise code with comments where necessary.
- Write meaningful commit messages and PR titles.
By contributing to this project, you agree that your contributions will be licensed under the project's LICENSE.
Please review and adhere to our Code of Conduct.
Thank you for your contribution!