Skip to content

Commit f6c4214

Browse files
committed
changes based on repolinter output
1 parent 104326a commit f6c4214

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

CONTRIBUTING.md

+9
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,12 @@ For more information about our Security, Vulnerability, and Responsible Disclosu
188188
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).
189189

190190
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.
191+
192+
### Reviewing Pull Requests
193+
<!--- TODO: Make a brief statement about how pull-requests are reviewed, and who is doing the reviewing. Linking to MAINTAINERS.md can help.
194+
Code Review Example
195+
The repository on GitHub is kept in sync with an internal repository at github.cms.gov. For the most part this process should be transparent to the project users, but it does have some implications for how pull requests are merged into the codebase.
196+
When you submit a pull request on GitHub, it will be reviewed by the project community (both inside and outside of github.cms.gov), and once the changes are approved, your commits will be brought into github.cms.gov's internal system for additional testing. Once the changes are merged internally, they will be pushed back to GitHub with the next sync.
197+
This process means that the pull request will not be merged in the usual way. Instead a member of the project team will post a message in the pull request thread when your changes have made their way back to GitHub, and the pull request will be closed.
198+
The changes in the pull request will be collapsed into a single commit, but the authorship metadata will be preserved.
199+
-->

GOVERNANCE.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Governance
2+
<!-- TODO: Starting at Tier 3 GOVERNANCE.md has basic language about early community governance, how the project make decisions, and how contributors are elevated through the leadership process if any (e.g. joining teams, getting maintainer status, etc...)-->
3+
This project is governed by our [Community Guidelines](COMMUNITY_GUIDELINES.md) and [Code of Conduct](CODE_OF_CONDUCT.md).

MAINTAINERS.md

+17
Original file line numberDiff line numberDiff line change
@@ -284,3 +284,20 @@ In rare cases, a hotfix for a prior release may be required out-of-phase with th
284284
285285
286286
287+
288+
## Maintainers List:
289+
<!-- TODO: What groups/domains are maintainers a part of? Does your project have domains/areas that are maintained by specific people? List @USERNAMES directly, or any @ALIASES for groups/teams. -->
290+
-
291+
292+
## Approvers:
293+
-
294+
295+
## Reviewers:
296+
-
297+
298+
| Roles | Responsibilities | Requirements | Defined by |
299+
| -------------|:-----------------------------------------|:-----------------------------------------------|:---------------------------------------|
300+
| member | active contributor in the community | multiple contributions to the project. | PROJECT GitHub org Committer Team |
301+
| reviewer | review contributions from other members | history of review and authorship in a sub-project | MAINTAINERS file reviewer entry, and GitHub Org Triage Team |
302+
| approver | approve accepting contributions | highly experienced and active reviewer + contributor to a sub-project | MAINTAINERS file approver entry and GitHub Triage Team |
303+
| 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 |

0 commit comments

Comments
 (0)