Files
MokoCassiopeia/CONTRIBUTING.md

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

  1. Fork the repository
  2. Branch from main using dev/XX.YY.ZZ/description format
  3. Follow MokoStandards coding conventions
  4. Commit using conventional commits: feat:, fix:, docs:, chore:, etc.
  5. 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.