We'd love to accept your contributions to this project. There are just a few small guidelines you need to follow.
With these steps you can make a contribution:
- Fork this repository, develop your changes on that fork
- Commit changes
- Submit a pull request from your fork to this project.
Before starting, go through the requirements below.
Please have meaningful commit messages. We recommend the creation of commit messages according to Conventional Commits
Each commit's signature must be verified.
All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests. See the above stated requirements for PR on this project.
Please install pre-commit to enforce some checks before commiting After clone you need to install the hook script manually:
pre-commit install