diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 13e8ab0..306f6b2 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -4,6 +4,7 @@ The Bootc project is dedicated to providing transactional, in-place operating sy This governance explains how the project is run. - [Values](#values) +- [Project Contributors](#project-contributors) - [Maintainers](#maintainers) - [Becoming a Maintainer](#becoming-a-maintainer) - [Meetings](#meetings) @@ -35,6 +36,33 @@ The Bootc and its leadership embrace the following values: participation, and there is a clear path up the contributor ladder into leadership positions. +## Project Contributors + +Project Contributors are active, trusted members of the bootc community who contribute code, documentation, issue triaging, or community support. The current contributors are [members of the bootc-dev organization](https://github.com/orgs/bootc-dev/people) on GitHub. + +This role is granted to community members who participate regularly in the project. Project Contributors are expected to act in the best interest of the project, follow the Code of Conduct, and help the community by reviewing pull requests, triaging issues, and helping users. In return, they get recognition as official members of the bootc project. + +### Becoming a Project Contributor + +To become a Project Contributor you need to demonstrate the following: + + * active participation in the project for 2 months or more, + * multiple non-trivial contributions (code commits, documentation improvements, issue triaging, or helping users in discussion forums), + * ability to collaborate with the team, + * understanding of how the team works (policies, processes for testing and code review, etc). + +A new Project Contributor can be proposed by an existing Maintainer or by the candidate themselves by [opening an issue in the community repository](https://github.com/bootc-dev/community/issues/new/choose). The PR description must detail how the candidates' activity that meets the criteria above. Two or more Maintainers who have worked with the candidate on the project must sponsor the candidate by commenting on the issue. The new contributor can be added to the organization and welcomed on the issue before closing it as completed. + +Project Contributors who are approved will be invited to the bootc GitHub organization and granted Triage permissions on the project repositories. + +### Removing a Project Contributor + +Project Contributors may resign at any time if they feel that they will not be able to continue fulfilling their duties. + +Contributors may also be removed after being inactive, failure to fulfill their responsibilities, violating the Code of Conduct, or other reasons. Inactivity is defined as a period of very low or no activity in the project for a year or more. + +A Project Contributor may be removed at any time by a 2/3 vote of the Maintainers. + ## Maintainers Bootc Maintainers have "gated" write access to the [project GitHub repository](https://github.com/bootc-dev/bootc). @@ -63,6 +91,7 @@ is the governing body for the project. To become a Maintainer you need to demonstrate the following: + * active status as a Project Contributor (typically for at least 3 months), * commitment to the project: * participate in discussions, contributions, code and documentation reviews for 6 months or more, * perform reviews for 20 non-trivial pull requests, @@ -72,9 +101,7 @@ To become a Maintainer you need to demonstrate the following: * understanding of how the team works (policies, processes for testing and code review, etc), * understanding of the project's code base and coding and documentation style. -A new Maintainer must be proposed by an existing maintainer by opening a PR against the [MAINTAINERS.md](./MAINTAINERS.md), which will prompt a [gitvote](https://github.com/cncf/gitvote). A simple majority vote of existing Maintainers -approves the application. Maintainers nominations will be evaluated without prejudice -to employer or demographics. +A new Maintainer must be proposed by an existing Maintainer by opening a PR against [MAINTAINERS.md](./MAINTAINERS.md). The pull request description must detail how the candidate meets the criteria above. The nomination will prompt a [gitvote](https://github.com/cncf/gitvote), and a simple majority vote of existing Maintainers approves the application. Maintainer nominations will be evaluated without prejudice to employer or demographics. Maintainers who are selected will be granted the necessary GitHub rights.