diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-04-16 14:45:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-16 14:45:08 -0700 |
| commit | 32233b0ad5a4e732183758b9fefd7532ed6d61a1 (patch) | |
| tree | 1c144602e17145737df8a3f5d5639c8db136f979 | |
| parent | a42db7799829c9b442437401444de1cab748ff8d (diff) | |
| parent | 7edd1eba5aaa8fe34b0714650251426e5393ac7b (diff) | |
Merge pull request #3600 from nikhita/deleting-repos-is-ok
Add note about deleting empty repos
| -rw-r--r-- | github-management/kubernetes-repositories.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/github-management/kubernetes-repositories.md b/github-management/kubernetes-repositories.md index bc3e7acd..2cde5658 100644 --- a/github-management/kubernetes-repositories.md +++ b/github-management/kubernetes-repositories.md @@ -182,6 +182,9 @@ This maintains the complete record of issues, PRs and other contributions, leaves the repository read-only, and makes it clear that the repository should be considered retired and unmaintained. +In case a repository has only the initial commits adding template files +and no additional activity, it can be completely deleted. + ## FAQ **My project is currently in kubernetes-incubator, what is going to happen to |
