Feel free to contribute to this project by following standard contribution policy:
- Fork the project
- Create a feature branch
- Open a PR
If you are unfamiliar with git or contributing to open source, there are resources linked below to help:
- Finding ways to contribute to open source on GitHub
- Set up Git
- GitHub flow
- Collaborating with pull requests
All commits must follow the conventional commits guidelines.
We accept the following non standard commit types:
- docs: for documentation changes
- chore: for trivial changes that arent a feature
- style: similar to chore, but for style only changes
- misc: for miscellaneous changes that dont fall under the above