Skip to content

Contribute

See the main Contributing Guide for full details on commit conventions and coding standards.

PR Workflow

  1. Create a feature branch from main: git checkout -b feat/your-feature
  2. Make changes following the coding conventions
  3. Commit using Conventional Commits
  4. Push and open a Pull Request
  5. Request review from a maintainer
  6. Squash-merge when approved

Branch Naming

Prefix Purpose
feat/ New features
fix/ Bug fixes
refactor/ Code restructuring
docs/ Documentation
chore/ Tooling, config, CI