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 0a97647..770e116 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -291,3 +291,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 |