diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-01-28 21:48:13 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-28 21:48:13 -0800 |
| commit | 682338d4cb44f6deb68fff6e16e2933bd165b097 (patch) | |
| tree | 73363e4eabb72e7adbff3d18ae4c8df9a36d4297 | |
| parent | 9d0c52ab851fac09198208c4f341e77334ddd65b (diff) | |
| parent | 7771c126d9feaf010b9c6af53357b4ccafc860dd (diff) | |
Merge pull request #4138 from stealthybox/wg-cs-custom-content
Document component-standard issues /w custom content
| -rw-r--r-- | wg-component-standard/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wg-component-standard/README.md b/wg-component-standard/README.md index a5dfdf57..e6befd26 100644 --- a/wg-component-standard/README.md +++ b/wg-component-standard/README.md @@ -35,4 +35,17 @@ Develop a standard foundation (philosophy and libraries) for core Kubernetes com - [@kubernetes/wg-component-standard](https://github.com/orgs/kubernetes/teams/wg-component-standard) - Component Standard Discussion <!-- BEGIN CUSTOM CONTENT --> +## Issues +* [Project Board](https://github.com/orgs/kubernetes/projects/26) +* [kubernetes/kubernetes Issues / PR's needing Review](https://github.com/kubernetes/kubernetes/issues?utf8=%E2%9C%93&q=label%3Awg%2Fcomponent-standard+) + +Issues are opened in [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes) or the appropriate project/component repo with the `wg/component-standard` label. +To apply this label to an issue using Prow, leave a comment containing `/wg component-standard` on its own line. + +[kubernetes/component-base](https://github.com/kubernetes/component-base) is an automated staging repository managed from the ./staging directory in [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). Issues are not currently looked at on this repo. + +Adding issues to the project board is helpful. +The `wg/component-standard` label is used in other org's repos such as [kubernetes-sigs/kubebuilder](https://github.com/kubernetes-sigs/kubebuilder) meaning you can't link them easily in the Project Board. +For repos outside of the kubernetes org, You can add(`+`) a note with links to the issues on the Project Board. + <!-- END CUSTOM CONTENT --> |
