Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

34 lines (24 loc) · 1.46 KB

Contributing to This Repository

Thank you for your interest in contributing! This project is built using React.ts and MaterialUI. We appreciate all contributions, whether they are new features, bug fixes, or suggestions.

📋 How to Get Started

If you’d like to contribute, here’s how you can begin:

Step 1: Check Existing Issues

  • Browse through the issues to see if there are any open tasks or bugs you can help with.
  • If you find something you’d like to work on, move to the next step.

💡 Have a New Feature Request or Found a Bug?

  • Create a New Issue: Describe the problem or the feature you’re suggesting.
  • We’ll discuss it with you and, if approved, assign the work.

✅ Ready to Contribute? Follow These Steps:

  1. Claim an Issue:
    • Comment on the issue you’d like to work on, and we’ll assign it to you.
  2. Fork the Repository:
    • Create a fork of the repository to work on.
  3. Make Your Changes:
    • Develop your changes on your fork. Ensure your changes align with the project’s guidelines.
  4. Submit a Pull Request (PR):
    • Open a pull request from your fork to the main repository.
    • Make sure to reference the relevant issue in your pull request description (e.g., “Closes #123”).
  5. PR Review:
    • Your pull request will be reviewed by the maintainers.
    • If everything looks good, your changes will be merged into the main branch.

Thank you for helping make this project better!