summaryrefslogtreecommitdiff
path: root/github-management
diff options
context:
space:
mode:
authorChristoph Blecker <admin@toph.ca>2018-06-20 19:52:45 -0700
committerChristoph Blecker <admin@toph.ca>2018-06-26 12:52:29 -0700
commita9ef298b3b879198b068cf94e251b9226d562bd0 (patch)
tree4a961c46e3cbcbc5bb5b388b43c53487c002f657 /github-management
parent402037e030d98fcf14c5b0d129664e220e96fb8c (diff)
Add minor changes to repo guidelines
Diffstat (limited to 'github-management')
-rw-r--r--github-management/kubernetes-repositories.md13
-rw-r--r--github-management/org-owners-guide.md2
2 files changed, 7 insertions, 8 deletions
diff --git a/github-management/kubernetes-repositories.md b/github-management/kubernetes-repositories.md
index 0651e3fb..7b1faf3b 100644
--- a/github-management/kubernetes-repositories.md
+++ b/github-management/kubernetes-repositories.md
@@ -1,7 +1,6 @@
-## Kubernetes Repositories
+## Kubernetes Repository Guidelines
-
-This document attempts to outline a structure for creating and associating github repositories with the Kubernetes project. It also describes how and when
+This document attempts to outline a structure for creating and associating GitHub repositories with the Kubernetes project. It also describes how and when
repositories are removed.
The document presents a tiered system of repositories with increasingly strict requirements in an attempt to provide the right level of oversight and flexibility for a variety of different projects.
@@ -83,7 +82,7 @@ that our various projects and repositories are active and healthy. This
ensures that repositories are kept up to date with the latest Kubernetes
wide processes, it ensures a rapid response to potential required fixes
(e.g. critical security problems) and (most importantly) it ensures that
-contributors and users receive quick feedback on their issues and
+contributors and users receive quick feedback on their issues and
contributions.
#### Grounds for removal
@@ -91,7 +90,7 @@ SIG repositories and core repositories may be removed from the project if they
are deemed _inactive_. Inactive repositories are those that meet any of the
following criteria:
- * There are no longer any active maintainers for the project and no
+ * There are no longer any active maintainers for the project and no
replacements can be found.
* All PRs or Issues have gone un-addressed for longer than six months.
* There have been no new commits or other changes in more than a year.
@@ -102,8 +101,8 @@ circumstances (e.g. a code of conduct violation).
#### Procedure for removal
-When a repository is set for removal, it is moved into the
-[kubernetes-retired](https://github.com/kubernetes-retired) organization.
+When a repository is set for removal, it is moved into the
+[kubernetes-retired](https://github.com/kubernetes-retired) organization.
This maintains the
complete record of issues, PRs and other contributions, but makes it clear
that the repository should be considered archival, not active. We will also
diff --git a/github-management/org-owners-guide.md b/github-management/org-owners-guide.md
index 7a4b6c6e..ad7c8a7e 100644
--- a/github-management/org-owners-guide.md
+++ b/github-management/org-owners-guide.md
@@ -59,4 +59,4 @@ for all orgs going forward. Notable discrepancies at the moment:
Repositories have additional guidelines and requirements, such as the use of
CLA checking on all contributions. For more details on those please see the
-[Kubernetes Template Project](https://github.com/kubernetes/kubernetes-template-project).
+[Kubernetes Template Project](https://github.com/kubernetes/kubernetes-template-project), and the [Repository Guidelines](kubernetes-repositories.md)