From f6c4214f70f229e1c95fb6952d9442f7877d6afc Mon Sep 17 00:00:00 2001 From: Isaac Milarsky Date: Mon, 13 Jan 2025 12:42:21 -0600 Subject: [PATCH] changes based on repolinter output --- CONTRIBUTING.md | 9 +++++++++ GOVERNANCE.md | 3 +++ MAINTAINERS.md | 17 +++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 GOVERNANCE.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f36ddf7..e0e4d44 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -188,3 +188,12 @@ For more information about our Security, Vulnerability, and Responsible Disclosu This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the [CC0 1.0 Universal public domain dedication](https://creativecommons.org/publicdomain/zero/1.0/) as indicated in [LICENSE](LICENSE). All contributions to this project will be released under the CC0 dedication. By submitting a pull request or issue, you are agreeing to comply with this waiver of copyright interest. + + ### Reviewing Pull Requests + diff --git a/GOVERNANCE.md b/GOVERNANCE.md new file mode 100644 index 0000000..59d2bad --- /dev/null +++ b/GOVERNANCE.md @@ -0,0 +1,3 @@ +# Governance + + This project is governed by our [Community Guidelines](COMMUNITY_GUIDELINES.md) and [Code of Conduct](CODE_OF_CONDUCT.md). diff --git a/MAINTAINERS.md b/MAINTAINERS.md index ece8b27..30a8629 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -284,3 +284,20 @@ In rare cases, a hotfix for a prior release may be required out-of-phase with th + + ## Maintainers List: + + - + + ## Approvers: + - + + ## Reviewers: + - + +| Roles | Responsibilities | Requirements | Defined by | +| -------------|:-----------------------------------------|:-----------------------------------------------|:---------------------------------------| +| member | active contributor in the community | multiple contributions to the project. | PROJECT GitHub org Committer Team | +| reviewer | review contributions from other members | history of review and authorship in a sub-project | MAINTAINERS file reviewer entry, and GitHub Org Triage Team | +| approver | approve accepting contributions | highly experienced and active reviewer + contributor to a sub-project | MAINTAINERS file approver entry and GitHub Triage Team | +| lead | set direction and priorities for a sub-project | demonstrated responsibility and excellent technical judgement for the sub-project | MAINTAINERS file owner entry and GitHub Org Admin Team |