File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,24 @@ emeritus_approvers:
115
115
- emily # 2019-01-05
116
116
` ` `
117
117
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
+
118
136
# ## OWNERS_ALIASES
119
137
120
138
Each repo may contain at its root an OWNERS_ALIASES file.
@@ -317,3 +335,4 @@ Good examples of OWNERS usage:
317
335
[chromium-owners] : https://chromium.googlesource.com/chromium/src/+/master/docs/code_reviews.md
318
336
[github-codeowners] : https://help.github.com/articles/about-codeowners/
319
337
[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
You can’t perform that action at this time.
0 commit comments