Thank you for your interest in contributing to Suwasetha Pharmacy! Here are some guidelines to help you get started.
- Fork the repository: Click the "Fork" button at the top right corner of the repository page.
- Clone your fork: Clone your forked repository to your local machine.
git clone https://github.com/Pasanmahee/SuwasethaPharmacy.git
- Create a branch: Create a new branch for your changes.
git checkout -b feature-name
- Make your changes: Implement your changes in the new branch.
- Commit your changes: Commit your changes with a descriptive commit message.
git commit -m "Description of your changes"
- Push your changes: Push your changes to your forked repository.
git push origin feature-name
- Open a pull request: Open a pull request from your forked repository to the
main
branch of the original repository.
- Follow the coding style and conventions used in the existing code.
- Ensure your code is well-documented.
If you find a bug or have a feature request, please create an issue in the Issues section.
By contributing to Suwasetha Pharmacy, you agree that your contributions will be licensed under the MIT License.
Thank you for your contributions!