forked from kubernetes/community
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#1986 from kimsterv/patch-1
Include more instructions on WG creation.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,6 +109,16 @@ This is the purpose of Working Groups (WG). The intent is to make | |
Working Groups relatively easy to create and to deprecate, once | ||
inactive. | ||
|
||
To propose a new working group, first find a SIG to sponsor the group. | ||
Next, send a proposal to [email protected] and also include | ||
any potentially interested SIGs. Wait for public comment. If there's | ||
enough interest, a new Working Group should be formed. | ||
|
||
Create a new mailing list in the from of kubernetes-wg-group-name. Working | ||
groups typically have a Slack channel as well as regular meetings on zoom. | ||
It's encouraged to keep a clear record of all accomplishments that's publicly | ||
accessible. | ||
|
||
## Committees | ||
|
||
Some topics, such as Security or Code of Conduct, require | ||
|