diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-02-26 13:18:21 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-26 13:18:21 -0800 |
| commit | 2ebdefcfbe4ae19f409d3ada46e470cfb09d35b5 (patch) | |
| tree | 65ace1c585dd6b1c0e7ead54984889e41d080b3d /.github | |
| parent | 5d4f7e8036ed404e917be7c78a0a7bb6fba0aecd (diff) | |
| parent | f3eaf9af1a0249086e9b143fa756313727bd52a5 (diff) | |
Merge pull request #3253 from castrojo/moderator-template
Add a moderator template
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 |
