Skip to content

Commit ef0c886

Browse files
authored
Merge pull request #6240 from dims/cleanup-of-inactive-contributos-from-OWNERS-files
Cleanup of inactive contributors from OWNERS files
2 parents 70eb08d + 4f5ee90 commit ef0c886

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

contributors/guide/owners.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,24 @@ emeritus_approvers:
115115
- emily # 2019-01-05
116116
```
117117

118+
#### Cleanup
119+
120+
In addition to the Emeritus process above, from time to time, it is necessary
121+
to prune inactive members from OWNERS files. A core principle in maintaining a
122+
healthy community is encouraging active participation. OWNERS have a higher
123+
activity requirement, as they directly impact the ability of others to contribute.
124+
If an owner should become inactive, they will be removed but may be added back
125+
should they become active again.
126+
127+
128+
An inactive OWNER is defined as someone with less than 10 Devstats recorded
129+
contributions within the past year, as shown by this [dashboard]. This is a
130+
conservative metric but should ensure only the removal of the most inactive
131+
OWNERS.
132+
- PR comments are less than 10 and Devstats count is less than 10 for a year
133+
134+
135+
118136
### OWNERS_ALIASES
119137

120138
Each repo may contain at its root an OWNERS_ALIASES file.
@@ -317,3 +335,4 @@ Good examples of OWNERS usage:
317335
[chromium-owners]: https://chromium.googlesource.com/chromium/src/+/master/docs/code_reviews.md
318336
[github-codeowners]: https://help.github.com/articles/about-codeowners/
319337
[pr-workflow]: /contributors/guide/pull-requests.md#the-testing-and-merge-workflow
338+
[dashboard]: https://k8s.devstats.cncf.io/d/13/developer-activity-counts-by-repository-group?orgId=1&var-period_name=Last%20year&var-metric=contributions&var-repogroup_name=All&var-repo_name=kubernetes%2Fkubernetes&var-country_name=All

0 commit comments

Comments
 (0)