Files
Jonathan Miller 661f84b9c7 feat: add all templates from MokoStandards
Templates moved from MokoStandards repo:
- templates/configs/ (editor, linting, composer configs)
- templates/docs/ (required + extra doc templates)
- templates/gitea/ (issue templates, CLAUDE.md, copilot-instructions)
- templates/github/ (legacy, kept for reference)
- templates/joomla/ (Joomla component/module/plugin templates)
- templates/makefiles/ (build automation)
- templates/schemas/ (JSON/XML schemas)
- templates/scripts/ (PHP script templates)
- templates/stubs/ (Dolibarr/Joomla stubs)
- templates/build/, fonts/, images/, licenses/, security/, web/

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 19:23:09 -05:00

38 lines
780 B
Plaintext

# CODEOWNERS
## Repository Ownership Matrix
```
# GLOBAL DEFAULT
* @mokoconsulting-tech
# DOCUMENTATION SUITE
/docs/ @mokoconsulting-tech
/docs/templates/ @mokoconsulting-tech
/docs/adr/ @mokoconsulting-tech
/docs/diagrams/ @mokoconsulting-tech
/docs/security/ @mokoconsulting-tech
# ENGINEERING + CODE ASSETS
/htdocs/ @mokoconsulting-tech
/src/ @mokoconsulting-tech
/api/ @mokoconsulting-tech
# CI/CD WORKFLOWS
/.github/workflows/ @mokoconsulting-tech
# ISSUE TEMPLATES
/.github/ISSUE_TEMPLATE/ @mokoconsulting-tech
# GOVERNANCE + OPERATIONAL FILES
/CONTRIBUTING.md @mokoconsulting-tech
/GOVERNANCE.md @mokoconsulting-tech
/CODE_OF_CONDUCT.md @mokoconsulting-tech
# SECURITY
/SECURITY.md @mokoconsulting-tech
# TEMPLATE LIBRARY
/docs/templates/ @mokoconsulting-tech
```