chore: add GOVERNANCE.md from Template-Joomla
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 6s
Universal: PR Check / Validate PR (pull_request) Failing after 6s
Universal: PR Check / Secret Scan (pull_request) Successful in 8s
Generic: Repo Health / Access control (pull_request) Successful in 2s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Successful in 10s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 52s
Universal: Auto Version Bump / Version Bump (push) Successful in 8s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 14s
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Has been cancelled
Joomla: Extension CI / PHPStan Analysis (pull_request) Has been cancelled
Joomla: Extension CI / Build RC Pre-Release (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report Issues (pull_request) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 6s
Universal: PR Check / Validate PR (pull_request) Failing after 6s
Universal: PR Check / Secret Scan (pull_request) Successful in 8s
Generic: Repo Health / Access control (pull_request) Successful in 2s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Successful in 10s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 52s
Universal: Auto Version Bump / Version Bump (push) Successful in 8s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 14s
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Has been cancelled
Joomla: Extension CI / PHPStan Analysis (pull_request) Has been cancelled
Joomla: Extension CI / Build RC Pre-Release (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report Issues (pull_request) Has been cancelled
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
<!--
|
||||
Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-->
|
||||
|
||||
# Governance
|
||||
|
||||
## Project Leadership
|
||||
|
||||
This repository is maintained by **Moko Consulting** under a **sole operator** model.
|
||||
|
||||
- **Lead Maintainer**: Jonathan Miller (@jmiller)
|
||||
- **Organisation**: [Moko Consulting](https://mokoconsulting.tech)
|
||||
|
||||
## Decision Making
|
||||
|
||||
- All architectural decisions are made by the lead maintainer.
|
||||
- Community feedback is welcome via [RFC issues](../../issues/new?template=rfc.md).
|
||||
- Breaking changes are documented via [ADR issues](../../issues/new?template=adr.md).
|
||||
|
||||
## Contribution Policy
|
||||
|
||||
- **All changes** must go through a pull request (PR).
|
||||
- **CI checks** are mandatory before merge.
|
||||
- **Direct push** to `main` and `dev` is restricted to automated workflows.
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
All participants must adhere to our [Code of Conduct](CODE_OF_CONDUCT.md).
|
||||
|
||||
## Licensing
|
||||
|
||||
All contributions are licensed under the same license as the project
|
||||
(GPL-3.0-or-later unless otherwise stated in the repository root).
|
||||
|
||||
## Security
|
||||
|
||||
Security vulnerabilities should be reported privately.
|
||||
See [SECURITY.md](SECURITY.md) for details.
|
||||
|
||||
## Dispute Resolution
|
||||
|
||||
Disputes are resolved by the lead maintainer. For escalation,
|
||||
contact [info@mokoconsulting.tech](mailto:info@mokoconsulting.tech).
|
||||
|
||||
## Changes to Governance
|
||||
|
||||
This document may be updated at any time by the lead maintainer.
|
||||
Significant changes will be announced via an RFC issue.
|
||||
Reference in New Issue
Block a user