Contribute¶
See the main Contributing Guide for full details on commit conventions and coding standards.
PR Workflow¶
- Create a feature branch from
main:git checkout -b feat/your-feature - Make changes following the coding conventions
- Commit using Conventional Commits
- Push and open a Pull Request
- Request review from a maintainer
- Squash-merge when approved
Branch Naming¶
| Prefix | Purpose |
|---|---|
feat/ |
New features |
fix/ |
Bug fixes |
refactor/ |
Code restructuring |
docs/ |
Documentation |
chore/ |
Tooling, config, CI |
Related¶
- Local Setup — Get started with development
- Contributing — Full contribution guide