Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

53 lines (32 loc) · 1.3 KB

Contributing to Ratna Supermarket

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.

How to Contribute

  1. Fork the Repository

    • Fork the repository by clicking the 'Fork' button on the top-right of the repo page.
  2. Clone the Repository

    • Clone your forked repository to your local machine:
    git clone https://github.com/yourusername/Ratna-Supermarket.git
  3. Create a Branch

    • Create a new branch for your changes:
    git checkout -b your-branch-name
  4. Make Changes

    • Implement your changes in the project. Be sure to test them locally.
  5. Push Your Changes

    • Push the changes back to your forked repository:
    git push origin your-branch-name
  6. Create a Pull Request

    • Go to your forked repository on GitHub and click the "New Pull Request" button.
  7. Follow Up

    • Wait for project maintainers to review your PR. They might suggest some changes before merging.

Branch Naming Convention

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!