diff options
| author | Jorge O. Castro <jorgec@vmware.com> | 2019-02-13 09:52:12 -0500 |
|---|---|---|
| committer | Jorge O. Castro <jorgec@vmware.com> | 2019-02-13 09:52:12 -0500 |
| commit | f3eaf9af1a0249086e9b143fa756313727bd52a5 (patch) | |
| tree | ae1011005cf9aeaf84126d5a31f7d2d60a157ed5 /.github | |
| parent | 243d61ce4b3341cfdeddb8dcbd5d63103d099df1 (diff) | |
Add a moderator template
Signed-off-by: Jorge O. Castro <jorgec@vmware.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/moderator_application.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/moderator_application.md b/.github/ISSUE_TEMPLATE/moderator_application.md new file mode 100644 index 00000000..a266eb79 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/moderator_application.md @@ -0,0 +1,35 @@ +--- +name: Community Moderator Request +about: Request moderator priviledges on a Kubernetes property +title: 'REQUEST: New moderator for <your-GH-handle> of <k8s property>' +labels: area/community-management +assignees: '' + +--- + +### GitHub Username +e.g. (at)example_user + +### Property you'd like to Moderate +e.g. discuss.k8s.io, kubernetes-dev + +### Username on Property Requested +e.g. (at)example_user + +### Requirements + +- [ ] I am a Kubernetes Org member already +- [ ] I have read and will abide by the policies mentioned in the [Moderation Guidelines]((https://git.k8s.io/community/communication/moderation.md)) +- [ ] I have two sponsors that meet the sponsor requirements listed in the moderator guidelines +- [ ] I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application + +### Sponsors + +- (at)sponsor-1 +- (at)sponsor-2 + +### List of qualifications for this position + +- Prior moderation experience +- Links to public discusssions showing your moderation experience (if available) +- Any other qualifications |
