Contributing Guidelines
Creating or Updating Handbook
- Always use
coding-guidelines.mdwhen creating a new Handbook Guideline - Every PR must have at least one reviewer before merging
Creating a New Guideline
- Clone this repository
- Create the appropriate folder inside
/guidelinesif it doesn't exist - Copy
./format/coding-guidelines.mdinto the folder and rename it - Fill in the content and raise a PR
Updating an Existing Guideline
- Clone the latest version of the repository
- Make your changes
- Update the Changelog table inside the document
Versioning Rules
| Change Type | What to Do |
|---|---|
| New rule or major content change | Bump version 1.0.0 → 1.1.0 + add changelog entry |
| Typo, spacing, or formatting fix | Add changelog entry only — no version bump |
Reviewer Policy
- Minimum 1 reviewer required on every PR
- For changes that affect existing rules, reviewer must be a Tech Lead or document owner