Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 821 Bytes

File metadata and controls

29 lines (20 loc) · 821 Bytes

Contributing

Thanks for your interest in contributing.

Ground rules

  • Be respectful and follow our Code of Conduct.
  • Prefer small, focused pull requests.
  • Open an issue first for large or breaking changes.

Development workflow

  1. Fork and create a branch: feature/short-description
  2. Make your changes with clear commit messages.
  3. Run local validation (format:check, lint, test) before opening your PR.
  4. Open a pull request using the PR template.

Pull request checklist

  • Scope is focused and understandable
  • Tests or validation steps are included
  • Docs are updated (if behavior changed)
  • Changelog updated (if needed)

Local automation defaults

  • Bootstrap: bash scripts/bootstrap.sh
  • Setup guide: docs/developer-setup.md
  • CI workflows: .github/workflows/