Skip to content

Commit 4ef888e

Browse files
committed
Update to feature-maintainer and wording on approval/removal. +Emeritus maintainers
Signed-off-by: Artur Souza <[email protected]>
1 parent e7e9a5a commit 4ef888e

File tree

1 file changed

+76
-72
lines changed

1 file changed

+76
-72
lines changed

community-membership.md

+76-72
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This doc outlines the responsibilities of contributor roles in Dapr. The Dapr pr
66
| **Role** | **Responsibilities** | **Requirements** | **Defined by** |
77
| ---------- | ----------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
88
| Member | Active contributor in the community. Reviewer of PRs | Sponsored by two approvers or maintainers. Multiple contributions to the project. | Dapr GitHub org member |
9-
| Approver | Approve accepting contributions | Highly experienced and active reviewer and contributor to a subproject. | [CODEOWNERS](https://help.github.com/en/articles/about-code-owners) in GitHub |
10-
| Core-Maintainer | Set direction and priorities for a subproject | Demonstrated responsibility and excellent technical judgement for the subproject. | [CODEOWNERS](https://help.github.com/en/articles/about-code-owners), GitHub Team and repo ownership in GitHub |
11-
| Feature-Maintainer | Set direction and priorities for a subarea of project/repo | Demonstrated responsibility and excellent technical judgement for the subarea. | [CODEOWNERS](https://help.github.com/en/articles/about-code-owners), GitHub Team and repo ownership in GitHub |
9+
| Approver | Approve accepting contributions | Highly experienced and active reviewer and contributor to a subproject. | [CODEOWNERS](https://help.github.com/en/articles/about-code-owners), GitHub Team and repository write access in GitHub |
10+
| Feature Maintainer | Set direction and priorities for a feature or a specialized area of project/repo | Demonstrated responsibility and excellent technical judgement in the area. | [CODEOWNERS](https://help.github.com/en/articles/about-code-owners), GitHub Team and repository write access in GitHub |
11+
| Maintainer | Set direction and priorities for a repository | Demonstrated responsibility and excellent technical judgement for the repository's code base. | [CODEOWNERS](https://help.github.com/en/articles/about-code-owners), GitHub Team and repository ownership in GitHub |
1212

1313
> Note: The Steering & Technical Committee (STC) referred to in this document is described [here](./steering-and-technical-committee-charter.md)
1414
@@ -60,8 +60,7 @@ Defined by: Member of the Dapr GitHub organization
6060
### Responsibilities and privileges
6161

6262
- Responsive to issues and PRs assigned to them
63-
- Active owner of code contributed by them (unless ownership is explicitly
64-
transferred)
63+
- Active owner of code contributed by them (unless ownership is explicitly transferred)
6564
- Code is well tested
6665
- Tests consistently pass
6766
- Addresses bugs or issues discovered after code is accepted
@@ -72,7 +71,7 @@ Defined by: Member of the Dapr GitHub organization
7271
7372
## Approver
7473

75-
Code approvers are able to both review and approve code contributions, as well as help maintainers triage issues and do project management.
74+
Code approvers should review and approve code contributions, as well as help maintainers triage issues and do project management.
7675

7776
While code review is focused on code quality and correctness, approval is
7877
focused on holistic acceptance of a contribution including: backwards/forwards
@@ -108,113 +107,118 @@ The following apply to the part of the codebase for which one would be an approv
108107
- Expected to be responsive to review requests (inactivity for more than 1 month may result in suspension until active again)
109108
- Mentor contributors and reviewers
110109
- May approve code contributions for acceptance
111-
- Inactivity for more than 3 months leads to a removal vote by other maintainers/approvers and not an automatic removal
110+
- Inactivity for more than 3 months leads to a removal vote by maintainers and not an automatic removal
112111

113-
## Core-Maintainer
112+
## Feature-maintainer
114113

115-
Core-Maintainers are the technical authority for a subproject in the Dapr org. They *MUST* have demonstrated both good judgement and responsibility towards the health of that subproject. Core Maintainers *MUST* set technical direction and make or approve design decisions for their subproject - either directly or through delegation of these responsibilities.
114+
Feature-maintainers are the technical authority for a feature or specialized area of the project/repository in the Dapr org. They *MUST* have demonstrated both good judgement and responsibility towards the health of that space. Feature Maintainers can set technical direction and make or approve design decisions for their designated space.
116115

117-
Defined by: GitHub organization ownership, permissions and entry in `CODEOWNERS`
118-
files.
116+
Defined by: GitHub write permission in repository and entry in `CODEOWNERS` files.
119117

120118
### Requirements
121119

122-
The following apply to the subproject for which one would be an owner:
120+
The following apply to the area (ex: building block API/ Control plane service/ Component provider) for which one would be a feature-maintainer:
123121

124-
- Deep understanding of the technical goals and direction of the subproject
125-
- Deep understanding of the technical domain (specifically the language) of the
126-
subproject
122+
- Deep understanding of the technical goals and direction of the area.
123+
- Deep understanding of the technical domain (specifically the language) of the area
127124
- Sustained contributions to design and direction by doing all of:
128125
- Authoring and reviewing proposals
129-
- Initiating, contributing and resolving discussions (e.g. emails, GitHub issues, meetings)
126+
- Initiating, contributing and resolving discussions (Discord discussions, GitHub issues, meetings)
130127
- Identifying subtle or complex issues in designs and implementation PRs
131-
- Directly contributed to the subproject through implementation and / or review
132-
- Aligning with the overall project goals, specifications and design principles defined by the Technical & Steering Committee. Bringing general questions and requests to the discussions as part of specifications project
133-
- Must have been active for 3 months or more for the given sub-project
134-
- Inactivity for more than 3 months leads to a removal vote by other maintainers and not an automatic removal
128+
- Directly contributed to the space through implementation and/or review
129+
- Must have been active for 3 months or more for the given space
130+
- Inactivity for more than 3 months leads to a removal vote by the repository maintainers and not an automatic removal.
131+
135132

136133
### Acceptance
137134

138-
New Core-maintainers can be added to the project by a super-majority (two-thirds / 66.66%) vote. Only the Core-maintainers of the repository in which the nomination is applied to have a binding vote, while Core-maintainers from other repositories are on an informed basis via a separate email thread. A potential Core-maintainer may be nominated by an existing Core-maintainer from the repository in which the nomination is applied to. A vote is conducted in private between the current Core-maintainers over the course of a one week voting period. At the end of the week, votes are counted and a pull request is made on the repo adding the new core-maintainer to the CODEOWNERS file.
135+
New feature-maintainers can be added to the project by a super-majority (two-thirds / 66.66%) vote. Only the maintainers (not feature-maintainers) of the repository in which the nomination is applied have a binding vote, while maintainers from other repositories are on an informed basis via a separate email thread.
136+
137+
A potential feature-maintainer may be nominated by an existing maintainer (not feature-maintainers) from the repository in which the nomination is applied to. A vote is conducted in private between the current maintainers over the course of a one week voting period. At the end of the week, votes are counted, and a pull request is made on the repo adding the new feature-maintainer to the feature-maintainers.md file.
138+
139+
Feature-maintainers MUST remain active. Inactivity for more than 3 months leads to a removal vote by maintainers and not an automatic removal
139140

140-
Core-Maintainers for new repositories can be nominated by any member of the steering committee and voted on in a steering committee meeting.
141-
Single Core-Maintainers of a repository can nominate a new Core-Maintainer and *MUST* inform the steering committee of their intention. The Core-Maintainer can be approved if no objections have been raised in a period of one week.
141+
A feature-maintainer may step down by submitting an issue stating their intent.
142142

143-
A Core-Maintainer may step down by submitting an issue stating their intent.
143+
Former feature-maintainers of a repository must be mentioned in the repository's README.md file, containing their name and GitHub handle under a section called "Emeritus feature-maintainers".
144+
145+
### Example of feature areas in DAPR Runtime repo:
146+
147+
- Workflow
148+
- Distributed Scheduler
149+
- Placement
150+
- Actors
151+
- PubSub
152+
- Tracing
144153

145154
### Responsibilities and privileges
146155

147-
The following apply to the subproject(repos) for which one would be an owner:
156+
The following applies to the area(ex: building block API/ Control plane service/ Component provider) for which the feature-maintainer would be an owner:
148157

149-
- Make and approve technical design decisions for the subproject
150-
- Set technical direction and priorities for the subproject
151-
- Define milestones and releases
152-
- Decides on when PRs are merged to control the release scope
153-
- Mentor and guide approvers and contributors to the subproject
154-
- Escalate *approver* and *maintainer* workflow concerns (i.e. responsiveness, availability, and general contributor community health) to the TC
155-
- Ensure continued health of subproject:
158+
- Make and approve technical design decisions for the area
159+
- Set technical direction and priorities for the area.
160+
- Define milestones and releases working along with the maintainers
161+
- Decides on when PRs are merged to control the release scope
162+
- Mentor and guide approvers and contributors of the area
163+
- Escalate approver and maintainer workflow concerns. (For example responsiveness, availability, and general contributor community health) to the STC
164+
- Ensure continued health of area:
156165
- Adequate test coverage to confidently release
157-
- Tests are passing reliably (i.e. not flaky) and are fixed when they fail
166+
- Tests are passing reliably (not flaky) and are fixed when they fail.
167+
- Work with other feature-maintainers & maintainers to maintain the project's overall health and success holistically.
168+
- Membership tracked in feature-maintainer.md entry and scoped to a area.
169+
- Must maintain components, review, and approve proposals for enhancing areas falling under the user area.
170+
- Actively participate in issue triages and PR reviews
171+
- Set milestone priorities for the areas working with the repo maintainers.
158172
- Ensure a healthy process for discussion and decision making is in place
159-
- Work with other maintainers to maintain the project's overall health and success holistically
160173

161-
Core-Maintainers *MUST* remain active. If they are unresponsive for >3 months, they will be automatically removed unless a super-majority of the other repository maintainers agrees to extend the period to be greater than 3 months.
174+
## Maintainer
162175

163-
## Feature-Maintainer
164-
165-
Feature-Maintainers are the technical authority for a subarea of the project/repo in the Dapr org. They *MUST* have demonstrated both good judgement and responsibility towards the health of that subarea. Feature-maintainers can set technical direction and make or approve design decisions for their subarea - either directly or through delegation of these responsibilities.
176+
Maintainers are the technical authority for a repository in the Dapr org. They *MUST* have demonstrated both good judgement and responsibility towards the health of that repository. Maintainers *MUST* set technical direction and make or approve design decisions for their repository - either directly or through delegation of these responsibilities to approvers or feature maintainers.
166177

167178
Defined by: GitHub organization ownership, permissions and entry in `CODEOWNERS`
168179
files.
169180

170181
### Requirements
171182

172-
The following apply to the area(ex: building block API/ Control plane service/ Component provider) for which one would be a Feature-maintainer:
183+
The following apply to the repository for which one would be an owner:
173184

174-
- Deep understanding of the technical goals and direction of the area.
175-
- Deep understanding of the technical domain (specifically the language) of the area
185+
- Deep understanding of the technical goals and direction of the subproject
186+
- Deep understanding of the technical domain (specifically the language) of the
187+
subproject
176188
- Sustained contributions to design and direction by doing all of:
177189
- Authoring and reviewing proposals
178-
- Initiating, contributing and resolving discussions For example Discord discussions, GitHub issues, meetings)
190+
- Initiating, contributing and resolving discussions (e.g. emails, GitHub issues, meetings)
179191
- Identifying subtle or complex issues in designs and implementation PRs
180-
- Directly contributed to the subarea through implementation and / or review
181-
- Must have been active for 3 months or more for the given sub-area
182-
- Inactivity for more than 3 months leads to a removal vote by the repo maintainers and not an automatic removal
183-
192+
- Directly contributed to the subproject through implementation and / or review
193+
- Aligning with the overall project goals, specifications and design principles defined by the Technical & Steering Committee. Bringing general questions and requests to the discussions as part of specifications project
194+
- Must have been active for 3 months or more for the given sub-project
195+
- Inactivity for more than 3 months leads to a removal vote by other maintainers and not an automatic removal
184196

185197
### Acceptance
186198

187-
New Feature-Maintainers can be added to the project by a super-majority (two-thirds / 66.66%) vote. Only the Core-maintainers of the repository in which the nomination is applied have a binding vote, while maintainers from other repositories are on an informed basis via a separate email thread.
188-
189-
A potential feature-maintainer may be nominated by an existing Core-Maintainer from the repository in which the nomination is applied to. A vote is conducted in private between the current maintainers over the course of a one week voting period. At the end of the week, votes are counted, and a pull request is made on the repo adding the new feature-maintainer to the feature-maintainers.md file.
199+
New maintainers can be added to the project by a super-majority (two-thirds / 66.66%) vote. Only the maintainers of the repository in which the nomination is applied to have a binding vote, while maintainers from other repositories are on an informed basis via a separate email thread. A potential maintainer may be nominated by an existing maintainer from the repository in which the nomination is applied to. A vote is conducted in private between the current maintainers over the course of a one week voting period. At the end of the week, votes are counted and a pull request is made on the repo adding the new maintainer to the CODEOWNERS file.
190200

191-
Feature-Maintainers MUST remain active. If they are unresponsive for >3 months, they will be automatically removed unless a super-majority of the other repository maintainers agrees to extend the period to be greater than 3 months.
201+
Maintainers for new repositories can be nominated by any member of the steering committee and voted on in a steering committee meeting.
202+
Single maintainers of a repository can nominate a new maintainer and *MUST* inform the steering committee of their intention. A new maintainer can be approved if no objections have been raised in a period of one week.
192203

193-
A feature-maintainer may step down by submitting an issue stating their intent.
204+
A maintainer may step down by submitting an issue stating their intent.
194205

195-
### Example of Feature Maintainers in DAPR Runtime repo:
196-
197-
| **Subarea** | **Name** |**GH Handle**|
198-
| ---------- | ---------------------------------------------|-------------|
199-
| Workflow | Chris Gilum |cgillum |
200-
| Control Plane Service(mTLS)| Josh V |JoshVanL |
206+
Former maintainers of a repository must be mentioned in the repository's README.md file, containing their name and GitHub handle under a section called "Emeritus maintainers".
201207

202208
### Responsibilities and privileges
203209

204-
The following applies to the area(ex: building block API/ Control plane service/ Component provider) for which the feature-maintainer would be an owner:
210+
The following apply to the subproject(repos) for which one would be an owner:
205211

206-
- Make and approve technical design decisions for the area
207-
- Set technical direction and priorities for the area.
208-
- Define milestones and releases working along with the maintainers
209-
- Decides on when PRs are merged to control the release scope
210-
- Mentor and guide approvers and contributors of the area
211-
- Escalate approver and maintainer workflow concerns. (For example responsiveness, availability, and general contributor community health) to the STC
212-
- Ensure continued health of area:
213-
- Adequate test coverage to confidently release
214-
- Tests are passing reliably (not flaky) and are fixed when they fail.
215-
- Work with other feature-maintainers & Core-maintainers to maintain the project's overall health and success holistically.
216-
- Membership tracked in feature-maintainer.md entry and scoped to a area.
217-
- Must maintain components, review, and approve proposals for enhancing areas falling under the user area.
218-
- Actively participate in issue triages and PR reviews
219-
- Set milestone priorities for the areas working with the repo maintainers.
212+
- Make and approve technical design decisions for the subproject
213+
- Set technical direction and priorities for the subproject
214+
- Define milestones and releases
215+
- Decides on when PRs are merged to control the release scope
216+
- Mentor and guide approvers and contributors to the subproject
217+
- Escalate *approver* and *maintainer* workflow concerns (i.e. responsiveness, availability, and general contributor community health) to the TC
218+
- Ensure continued health of subproject:
219+
- Adequate test coverage to confidently release
220+
- Tests are passing reliably (i.e. not flaky) and are fixed when they fail
220221
- Ensure a healthy process for discussion and decision making is in place
222+
- Work with other maintainers to maintain the project's overall health and success holistically
223+
224+
Maintainers *MUST* remain active. If they are unresponsive for >3 months, a maintainer might start a removal voting process, requiring a super-majority of the other maintainers of the given repository or STC to approve removal.

0 commit comments

Comments
 (0)