From bcde27afc61e38be67a648a6f5b3ddddbbdea20e Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Wed, 20 May 2026 01:26:39 +0000 Subject: [PATCH] chore: add CONTRIBUTING.md Authored-by: Moko Consulting --- CONTRIBUTING.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..c976c7e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,30 @@ +# Contributing to moko-platform + +Thank you for your interest in contributing to the Moko Consulting platform. + +## How to Contribute + +1. **Fork** the repository +2. Create a **feature branch** from `dev` (e.g., `feature/my-feature`) +3. Make your changes following [MokoStandards](https://git.mokoconsulting.tech/MokoConsulting/moko-platform/wiki/Home) +4. Submit a **Pull Request** targeting `dev` + +## Branch Policy + +- `feature/*`, `fix/*` branches target `dev` +- `hotfix/*` branches may target `dev` or `main` +- `dev` merges to `main` for releases + +## Code Standards + +- PHP: follow PSR-12, use tabs for indentation +- All files must include the Moko copyright header and SPDX identifier +- Scripts must be self-contained (no external dependencies unless via composer) + +## Reporting Issues + +Use the [issue tracker](https://git.mokoconsulting.tech/MokoConsulting/moko-platform/issues) with the appropriate template. + +--- + +*Moko Consulting *