Thank you for considering contributing to this project! Please follow these guidelines to contribute:
- Fork the repository and clone it locally.
- Create a new branch for your contribution:
git checkout -b feature/my-feature
. - Make your changes and ensure they work as expected.
- Commit your changes:
git commit -m 'Add my feature'
. - Push to the branch:
git push origin feature/my-feature
. - Open a pull request with a detailed description of your changes.
Follow the existing code style in the project. Consider running linters and formatting tools before committing your code.
Ensure that your changes are covered by tests and that existing tests pass.
If you find any issues or bugs, please open an issue on the GitHub repository.
If you have a feature request, feel free to open an issue and describe the feature you would like to see.