We welcome all contributions to Ratna Supermarket! Whether it's bug reports, feature requests, or code contributions, we appreciate your efforts in helping us improve the project.
-
Fork the Repository
- Fork the repository by clicking the 'Fork' button on the top-right of the repo page.
-
Clone the Repository
- Clone your forked repository to your local machine:
git clone https://github.com/yourusername/Ratna-Supermarket.git
-
Create a Branch
- Create a new branch for your changes:
git checkout -b your-branch-name
-
Make Changes
- Implement your changes in the project. Be sure to test them locally.
-
Push Your Changes
- Push the changes back to your forked repository:
git push origin your-branch-name
-
Create a Pull Request
- Go to your forked repository on GitHub and click the "New Pull Request" button.
-
Follow Up
- Wait for project maintainers to review your PR. They might suggest some changes before merging.
Please use the following branch naming convention:
fix/your-feature
for bug fixes.feat/your-feature
for new features.
We truly appreciate your efforts. Happy coding!