Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

48 lines (30 loc) · 1.37 KB

Contributing to Suwasetha Pharmacy

Thank you for your interest in contributing to Suwasetha Pharmacy! Here are some guidelines to help you get started.

How to Contribute

  1. Fork the repository: Click the "Fork" button at the top right corner of the repository page.
  2. Clone your fork: Clone your forked repository to your local machine.
git clone https://github.com/Pasanmahee/SuwasethaPharmacy.git
  1. Create a branch: Create a new branch for your changes.
git checkout -b feature-name
  1. Make your changes: Implement your changes in the new branch.
  2. Commit your changes: Commit your changes with a descriptive commit message.
git commit -m "Description of your changes"
  1. Push your changes: Push your changes to your forked repository.
git push origin feature-name
  1. Open a pull request: Open a pull request from your forked repository to the main branch of the original repository.

Code Style

  • Follow the coding style and conventions used in the existing code.
  • Ensure your code is well-documented.

Reporting Issues

If you find a bug or have a feature request, please create an issue in the Issues section.

License

By contributing to Suwasetha Pharmacy, you agree that your contributions will be licensed under the MIT License.

Thank you for your contributions!