Thank you for considering contributing to this project! Here’s how you can help:
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name
. - Commit your changes:
git commit -m 'feat(scope optional): Add new feature'
. - Push the branch:
git push origin feature-name
. - Open a pull request.
- Follow the project’s coding style and conventions.
- Add comments and documentation where necessary.
- Ensure all tests pass before submitting your PR.
- If possible add your own tests within your PR
If you find a bug or have an idea for a feature, open an issue and describe it in detail.
I appreciate your contributions!