From d7f980b719955f7e6d82fcaaf94ead5059472a23 Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Tue, 17 Jun 2025 16:16:24 -0400 Subject: [PATCH] [CI:DOCS] Tweak Governace slightly When I worked up changes to Buildah's Governance, I found that Podman's version was missing a few links, and there were a few minor grammatical tweaks needed. This addresses those. For reference, Buildah's Governance Update PR: https://github.com/containers/buildah/pull/6124 Signed-off-by: tomsweeneyredhat --- GOVERNANCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 40fb512e13..f72128c2a5 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -174,7 +174,7 @@ Emeritus Maintainers have no responsibilities or requirements beyond those of an # Maintainers File -The definitive source of truth for maintainers of a repository is the MAINTAINERS.md file in that repository. The [MAINTAINERS.md](./MAINTAINERS.md) file in the main Podman repository is used for project-spanning roles, including Core Maintainer and Community Manager. Some repositories in the project will also have an OWNERS file, used by the CI system to map users to roles. Any changes to the [OWNERS](./OWNERS) file must make a corresponding change to the [MAINTAINERS.md](./MAINTAINERS.md) file to ensure that file maintains up to date. Most changes to MAINTAINERS.md will require a change to the repository’s OWNERS file (e.g. adding a Reviewer) but some will not (e.g. promoting a Maintainer to a Core Maintainer, which comes with no additional CI-related privileges). +The definitive source of truth for maintainers of this repository is the local [MAINTAINERS.md](./MAINTAINERS.md) file. The [MAINTAINERS.md](./MAINTAINERS.md) file in the main Podman repository is used for project-spanning roles, including Core Maintainer and Community Manager. Some repositories in the project will also have a local [OWNERS](./OWNERS) file, which the CI system uses to map users to roles. Any changes to the [OWNERS](./OWNERS) file must make a corresponding change to the [MAINTAINERS.md](./MAINTAINERS.md) file to ensure that file remains up to date. Most changes to [MAINTAINERS.md](./MAINTAINERS.md) will require a change to the repository’s [OWNERS](./OWNERS) file (e.g., adding a Reviewer), but some will not (e.g., promoting a Maintainer to a Core Maintainer, which comes with no additional CI-related privileges). ---