From 625547b48080431c7cfad454e7a586828d3c96b4 Mon Sep 17 00:00:00 2001 From: mingcheng Date: Mon, 8 Jun 2026 11:34:40 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20update=20GOVERNANCE.md=20link=20formatt?= =?UTF-8?q?ing=20=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - convert relative links to absolute GitHub URLs for `.github/CODEOWNERS` and `.github/ruleset.json` - wrap long lines for improved markdown readability and consistency Signed-off-by: mingcheng --- GOVERNANCE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/GOVERNANCE.md b/GOVERNANCE.md index d84741c..b49c31e 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -59,13 +59,14 @@ Pull request approval policy: - All pull requests require approval from at least **two maintainers** before they can be merged. At least one approval must come from a code owner of the modified paths - (see [`.github/CODEOWNERS`](.github/CODEOWNERS)). + (see + [`.github/CODEOWNERS`](https://github.com/areal-project/areal/blob/main/.github/CODEOWNERS)). - The **lead maintainer**, acting as repository administrator, may bypass the two-approval requirement for trivial or time-sensitive changes as described in the [Lead Maintainer](#lead-maintainer-bdfl) section. - The branch protection rules on `main` are documented in - [`.github/ruleset.json`](.github/ruleset.json) and are the source of truth for - mechanical enforcement of this policy. + [`.github/ruleset.json`](https://github.com/areal-project/areal/blob/main/.github/ruleset.json) + and are the source of truth for mechanical enforcement of this policy. ## Becoming a Maintainer