diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-07-30 17:32:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-30 17:32:21 -0700 |
| commit | fad1676e3be6f66ae63e15a92e9d7d7d1e9f5ead (patch) | |
| tree | 5cda21f55d4d33b73d115bd1d4000fcd4cc2bcd8 | |
| parent | 6e747c94e59298cdfa363cdb2b6520e10e5d6987 (diff) | |
| parent | 419f6ec57290ff1206fa6af987200b6c4dfb64d6 (diff) | |
Merge pull request #3940 from nikhita/sig-usability-repo
Add sig-usability subproject
| -rw-r--r-- | sig-usability/OWNERS | 8 | ||||
| -rw-r--r-- | sig-usability/README.md | 7 | ||||
| -rw-r--r-- | sig-usability/charter.md | 2 | ||||
| -rw-r--r-- | sigs.yaml | 4 |
4 files changed, 20 insertions, 1 deletions
diff --git a/sig-usability/OWNERS b/sig-usability/OWNERS new file mode 100644 index 00000000..748db310 --- /dev/null +++ b/sig-usability/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - sig-usability-leads +approvers: + - sig-usability-leads +labels: + - sig/usability diff --git a/sig-usability/README.md b/sig-usability/README.md index d1a22bb7..6b0456ab 100644 --- a/sig-usability/README.md +++ b/sig-usability/README.md @@ -32,6 +32,13 @@ The Chairs of the SIG run operations and processes governing the SIG. * [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-usability) * [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Fusability) +## Subprojects + +The following subprojects are owned by sig-usability: +- **sig-usability** + - Owners: + - https://raw.githubusercontent.com/kubernetes-sigs/sig-usability/master/OWNERS + ## GitHub Teams The below teams can be mentioned on issues and PRs in order to get attention from the right people. diff --git a/sig-usability/charter.md b/sig-usability/charter.md index f52dd792..bb1cd44f 100644 --- a/sig-usability/charter.md +++ b/sig-usability/charter.md @@ -26,7 +26,7 @@ and positive. Examples of efforts include user research, internationalization an - internationalization - https://github.com/kubernetes/kubernetes/tree/master/pkg/kubectl/util/i18n #### Repos -The SIG owns a `kubernetes/user-research` repo for the purpose of documenting: +The SIG owns a `kubernetes-sigs/sig-usability` repo for the purpose of documenting: - Common end user profiles (aka personas) - Ongoing list of research studies and findings @@ -2118,6 +2118,10 @@ sigs: description: PR Reviews - name: sig-usability-proposals description: Design Proposals + subprojects: + - name: sig-usability + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/sig-usability/master/OWNERS - dir: sig-windows name: Windows mission_statement: > |
