Contribution Workflow
Branching
- Create a feature branch from
main. - Keep commits scoped to a single concern when possible.
Pull Requests
- Describe what changed and why.
- Link related tasks or issues.
- Include screenshots when docs/UI changes are visual.
Documentation Quality
- Prefer concise sections with clear headings.
- Keep command examples copy-paste ready.
- Update navigation metadata when adding pages.