Added explanation of the procedure
This commit is contained in:
parent
07286f934f
commit
b59fc8016f
|
|
@ -1,4 +1,6 @@
|
|||
### SIG creation procedure
|
||||
## SIG creation procedure
|
||||
|
||||
### Prerequisites
|
||||
|
||||
* Propose the new SIG publicly, including a brief mission statement, by emailing kubernetes-dev@googlegroups.com and kubernetes-users@googlegroups.com, then wait a couple of days for feedback
|
||||
* Ask a repo maintainer to create a github label, if one doesn't already exist: sig/foo
|
||||
|
|
@ -11,6 +13,12 @@
|
|||
* Announce new SIG on kubernetes-dev@googlegroups.com
|
||||
* Submit a PR to add a row for the SIG to the table in the kubernetes/community README.md file, to create a kubernetes/community directory, and to add any SIG-related docs, schedules, roadmaps, etc. to your new kubernetes/community/SIG-foo directory.
|
||||
|
||||
### **Creating service accounts for the SIG**
|
||||
|
||||
With a purpose to distribute the channels of notification and discussion of the variuos topics, every SIG has to use multiple accounts to GitHub mentioning and notifications. Below the procedure is explained step-by-step.
|
||||
|
||||
NOTE: This guide is maintained by @idvoretskyi; please, reach him directly in case of any questions/suggestions.
|
||||
|
||||
#### **Google Groups creation**
|
||||
|
||||
Create Google Groups at [https://groups.google.com/forum/#!creategroup](https://groups.google.com/forum/#!creategroup), following the procedure:
|
||||
|
|
@ -47,7 +55,7 @@ Example:
|
|||
|
||||
Create the GitHub users at [https://github.com/join](https://github.com/join), using the name convention below.
|
||||
|
||||
As an e-mail address, please, use the Google Group e-mail address of the respective Google Group, created before (i.e. - for user ‘k8s-mirror-foo-misc’ use ‘[kubernetes-sig-foo-misc@googlegroups.com](mailto:kubernetes-sig-foo-misc@googlegroups.com)’). After creating the GitHub users, please, request @idvoretskyi (backup person - @sarahnovotny) to add these users to the Kubernetes organization. If github contacts you about having too many robot accounts, please let us know.
|
||||
As an e-mail address, please, use the Google Group e-mail address of the respective Google Group, created before (i.e. - for user ‘k8s-mirror-foo-misc’ use ‘[kubernetes-sig-foo-misc@googlegroups.com](mailto:kubernetes-sig-foo-misc@googlegroups.com)’). After creating the GitHub users, please, request @idvoretskyi (backup person - @sarahnovotny) to add these users to the Kubernetes organization. If GitHub contacts you about having too many robot accounts, please let us know.
|
||||
|
||||
|
||||
Name convention:
|
||||
|
|
|
|||
Loading…
Reference in New Issue