aniruddha-adhikary / mrt-buddy

Check the Balance of your Dhaka MRT Pass or Rapid Pass
https://mrtbuddy.com/
GNU General Public License v3.0
302 stars 81 forks source link

Added a short Contribution Guideline , preview in the description i think this will do for now and we edit as we go .. #61

Closed Zamiul-rashid closed 3 weeks ago

Zamiul-rashid commented 3 weeks ago

Contribution Guidelines

Thank you for considering contributing to MRT Buddy! Your help is vital in making this project better and more useful for everyone. Please review these guidelines to ensure your contributions align with the project's needs and standards.

General Rules

How to Contribute

  1. Fork the Repository: Create your fork of the project by visiting the MRT Buddy repository and clicking on the Fork button.

  2. Clone the Repository:

    git clone https://github.com/your-username/mrt-buddy.git
    cd mrt-buddy
  3. Make Your Changes: Implement your code, ensuring you adhere to best practices and maintain clean, readable code.

  4. Commit Your Changes:

    git add .
    git commit -m "Add: Brief description of your changes"
  5. Push to Your Fork:

    git push origin your-forked-branch-name
  6. Submit a Pull Request: Go to your forked repository on GitHub and create a pull request. Provide a concise, informative description, and link to relevant discussions or issues if applicable.

Review Process

Reporting Issues

Found a bug? Want to request a feature? Create a new issue on the Issues page with clear details and steps to reproduce (if applicable).

Best Practices


Thank you for helping make MRT Buddy better for everyone!