2.8 KiB
2.8 KiB
Contributing
Thank you for your interest in contributing to this project!
This repository is governed by MokoStandards — the authoritative source of coding standards, workflows, and policies for all Moko Consulting repositories.
Quick Start
- Fork the repository
- Branch from
mainusingdev/XX.YY.ZZ/descriptionformat - Follow MokoStandards coding conventions
- Commit using conventional commits:
feat:,fix:,docs:,chore:, etc. - Open a PR targeting
main— squash merge only
Standards
All contributions must follow MokoStandards:
| Standard | Reference |
|---|---|
| Coding Style | coding-style-guide.md |
| File Headers | file-header-standards.md |
| Branching | branching-strategy.md |
| Merge Strategy | merge-strategy.md |
| Scripting | scripting-standards.md |
Version Bumping
Every PR must bump the patch version in README.md. The sync-version-on-merge workflow propagates it to all file headers automatically on merge to main.
License
By contributing, you agree that your contributions will be licensed under the GPL-3.0-or-later license.