Thanks for considering contributing to this project! 🚀
There are many ways you can help:
- Check the issue tracker to see if your bug or feature request already exists.
- If not, create a new issue:
- Use a clear, descriptive title.
- Provide as much detail as possible (steps to reproduce, screenshots, expected vs. actual behavior).
- Open an issue with the label
enhancement. - Describe the problem your feature would solve.
- Suggest a possible solution or approach if you have one.
- Fork this repository.
- Create a new branch:
git checkout -b feature/your-feature-name - Make your changes and commit:
git commit -m "Add your message here" - Push to your fork:
git push origin feature/your-feature-name - Submit a pull request.
- Keep PRs small and focused.
- Reference related issues (
Closes #issue_number). - Ensure code follows the project’s style and conventions.
- Add tests if applicable.
We welcome all contributions — from fixing typos to major features!