Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 929 Bytes

File metadata and controls

38 lines (26 loc) · 929 Bytes

Contributing

Thank you for considering contributing to this project.

How to Contribute

  1. Fork the repository and create a feature branch from main.
  2. Make your changes with clear, focused commits.
  3. Add or update tests to cover your changes.
  4. Ensure the full test suite passes locally.
  5. Open a Pull Request / Merge Request against main.

Commit Style

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

Code Review

All submissions require review before merging. Be responsive to feedback and update your branch as requested.

Reporting Issues

Use the issue templates provided in .github/ISSUE_TEMPLATE/ or .gitlab/issue_templates/.

Questions

TODO: add contact or discussion channel link here.