Thanks for your interest in contributing.
- Create a branch from
main. - Implement your change.
- Run local validation.
- Open a Pull Request targeting
main.
main is protected. Direct pushes are not allowed.
Run at minimum:
cargo checkIf your changes affect behavior, update documentation in README.md and docs/.
- Keep PRs focused and scoped.
- Describe motivation, implementation details, and test evidence.
- Link related issues if available.
- Resolve review comments before merge.
Use clear commit messages, for example:
feat: add authenticated @me repository listingfix: handle oauth runtime initializationdocs: add release collaboration section
Do not open public issues for sensitive vulnerabilities. Use the process in SECURITY.md.