Thank you for considering contributing to this project.
- Fork the repository and create a feature branch from
main. - Make your changes with clear, focused commits.
- Add or update tests to cover your changes.
- Ensure the full test suite passes locally.
- Open a Pull Request / Merge Request against
main.
Use Conventional Commits:
feat: add new feature
fix: correct a bug
docs: update documentation
chore: maintenance task
test: add or update tests
refactor: restructure code without changing behaviour
All submissions require review before merging. Be responsive to feedback and update your branch as requested.
Use the issue templates provided in .github/ISSUE_TEMPLATE/ or
.gitlab/issue_templates/.
TODO: add contact or discussion channel link here.