Welcome to the Moztopia .github repository — the central hub for our organization’s shared workflows, policies, and templates.
This repo ensures consistency, security, and clarity across all Moztopia projects.
To quickly spin up a new repository within the Moztopia organization and hook it directly into our centralized compliance plane, follow our streamlined setup manual. It covers workflow inheritance, required local configurations, and boilerplate code.
📖 Onboarding Guide: docs/Implementation-Guidelines.md
Moztopia’s CI/CD process enforces strict branch protections, automated testing, and immutable release tagging.
Development flows from wip/ branches into candidate/* promotion branches, with automated checks and human review at each stage before merging into develop, staging, or main.
Emergency hotfixes are tightly controlled, requiring dual approval and immediate back‑merging to prevent drift.
Archived builds are immutable, hidden from the UI, and retained for compliance before offloading to cold storage.
📖 Full documentation: docs/CICD.md
Standardized issue templates ensure contributors provide the right information:
- Bug Report → Report reproducible defects
- Feature Request → Suggest new functionality
- Documentation Update → Improve or correct docs
- Performance Issue → Report slowdowns or optimization needs
- Refactor Request → Development team only; track technical debt
All templates live in ISSUE_TEMPLATE/ and are wired together via config.yaml for a clean issue chooser UI.
Pull requests follow a structured template to align with CI/CD rules:
- PULL_REQUEST_TEMPLATE.md → Enforces hygiene, CI/CD context, and review checklists
- Candidate branches (
candidate/develop/*,candidate/staging/*,candidate/main/*) must pass automated checks before merging. - Hotfix PRs require dual‑sign approval (lead developer + security officer).
Organization‑wide standards are enforced here:
- CODE_OF_CONDUCT.md → Defines contributor behavior
- CONTRIBUTING.md → Contribution rules and workflow expectations
- SECURITY.md → Security reporting and disclosure guidelines
- docs/Restricted-Files.md → Pre-receive server push policies and restricted file guidelines
This .github repository is Moztopia’s control plane:
- Centralized CI/CD workflows
- Shared issue & PR templates
- Organization‑wide policies
- Governance and compliance standards
It ensures every Moztopia project follows the same high standards for quality, security, and collaboration.
✨ Moztopia — building with clarity, consistency, and trust.