diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-01-02 11:54:45 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-02 11:54:45 -0800 |
| commit | 3680c24c63574718dc7fed3b83419554485cf208 (patch) | |
| tree | 266d2fc2e9dc1f7b9933c8ff2cd96806c4f134d6 /github-management | |
| parent | b316f5aa07489fd7410a2a6493d2de28bead2094 (diff) | |
| parent | 60ff4bd4a8f25da168d836732a04b5b47e0bcea7 (diff) | |
Merge pull request #3062 from nikhita/github-management-formatting
github-management: fix markdown formatting
Diffstat (limited to 'github-management')
| -rw-r--r-- | github-management/kubernetes-repositories.md | 26 | ||||
| -rw-r--r-- | github-management/permissions.md | 5 |
2 files changed, 16 insertions, 15 deletions
diff --git a/github-management/kubernetes-repositories.md b/github-management/kubernetes-repositories.md index 6e3b4905..22133bc9 100644 --- a/github-management/kubernetes-repositories.md +++ b/github-management/kubernetes-repositories.md @@ -65,7 +65,7 @@ from a central body (e.g. steering committee or sig-architecture) ### Rules for new repositories - * For now all repos will live in github.com/kubernetes-sigs/\<project-name\>. + * For now all repos will live in `github.com/kubernetes-sigs/\<project-name\>`. * Must contain the topic for the sponsoring SIG - e.g. `k8s-sig-api-machinery`. (Added through the *Manage topics* link on the repo page.) @@ -108,7 +108,9 @@ in official Kubernetes releases. Additionally, the kubernetes.io website, k8s.io machinery, and other project-wide infrastructure will remain in the kubernetes github organization. -### Goals Create a broader base of repositories than the existing +### Goals + +Create a broader base of repositories than the existing gh/kubernetes/kubernetes so that the project can scale. Present expectations about the centrality and importance of the repository in the Kubernetes ecosystem. Carries the endorsement of the Kubernetes community. @@ -158,16 +160,16 @@ circumstances (e.g. a code of conduct violation). When a repository has been deemed eligible for removal, we take the following steps: - * Ownership of the repo is transferred to the [kubernetes-retired] GitHub - organization - * The repo description is edited to start with the phrase "[EOL]" - * All open issues and PRs are closed - * All external collaborators are removed - * All webhooks, apps, integrations or services are removed - * GitHub Pages are disabled - * The repo is marked as archived using [GitHub's archive feature] - * The removal is announced on the kubernetes-dev mailing list and community - meeting + * Ownership of the repo is transferred to the [kubernetes-retired] GitHub + organization + * The repo description is edited to start with the phrase "[EOL]" + * All open issues and PRs are closed + * All external collaborators are removed + * All webhooks, apps, integrations or services are removed + * GitHub Pages are disabled + * The repo is marked as archived using [GitHub's archive feature] + * The removal is announced on the kubernetes-dev mailing list and community + meeting This maintains the complete record of issues, PRs and other contributions, leaves the repository read-only, and makes it clear that the repository should diff --git a/github-management/permissions.md b/github-management/permissions.md index ba036fee..83a4f56c 100644 --- a/github-management/permissions.md +++ b/github-management/permissions.md @@ -29,8 +29,7 @@ Therefore, we are very cautious about giving more people this access than really need it. There are certain actions that require org owner access: -- Invite or remove members from the organization (in future, will be handled by - [peribolos]) +- Invite or remove members from the organization (handled by [peribolos]) - Access the organization audit log - Create new repositories - Transfer repositories @@ -69,7 +68,7 @@ In most cases, this level of access should not be necessary as the majority of actions will be able to be implemented by automation. Certain actions like creating a release may still need this level of access. -**// TODO(cblecker):** Define specific roles that need this. +<!--- TODO(cblecker): Define specific roles that need this. --> ### Write |
