We welcome pull requests, issues, and other improvements. Please follow the rules below to keep the project easy to maintain.
- Fork the repo and create a branch for your change.
- Make sure to document new features and changes in the README file.
This project uses Conventional Commits.
Use the pattern type(optional scope): short description in the present tense.
Common types are:
featfor a new featurefixfor a bug fixdocsfor documentation changeschorefor maintenance
- Rebase on the latest
mainbranch before submitting. - Keep commits focused; separate unrelated changes.
- Explain why the change is needed and reference issues when possible.
By contributing, you agree that your contributions will be licensed under the repository's GPL-3.0 license.