Improved the issue template and docs of moderation
This commit is contained in:
parent
29e5d97ccc
commit
b623c40faf
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
name: Community Moderator Request
|
||||
about: Request moderator priviledges on a Kubernetes property
|
||||
about: Request moderator privileges on a Kubernetes property
|
||||
title: 'REQUEST: New moderator for <your-GH-handle> of <k8s property>'
|
||||
labels: area/community-management, sig/contributor-experience
|
||||
assignees: ''
|
||||
|
@ -8,18 +8,18 @@ assignees: ''
|
|||
---
|
||||
|
||||
### GitHub Username
|
||||
e.g. (at)example_user
|
||||
e.g. (at)github_user
|
||||
|
||||
### Property you'd like to Moderate
|
||||
e.g. discuss.k8s.io, kubernetes-dev
|
||||
|
||||
### Username on Property Requested
|
||||
e.g. (at)example_user
|
||||
e.g. (at)property_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 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
|
||||
|
||||
|
@ -31,5 +31,5 @@ e.g. (at)example_user
|
|||
### List of qualifications for this position
|
||||
|
||||
- Prior moderation experience
|
||||
- Links to public discusssions showing your moderation experience (if available)
|
||||
- Links to public discussions showing your moderation experience (if available)
|
||||
- Any other qualifications
|
||||
|
|
|
@ -23,7 +23,7 @@ Moderators _MUST_:
|
|||
- Make themselves available during their primary working hours for their given
|
||||
timezone.
|
||||
- Communicate their availability to their peer moderators when appropriate when
|
||||
travelling or becoming unavailable for a period of time
|
||||
traveling or becoming unavailable for a period of time
|
||||
- Understand that volunteering for this role might mean an occasional personal
|
||||
time commitment or offhour duty.
|
||||
|
||||
|
@ -147,7 +147,7 @@ following procedures:
|
|||
subproject
|
||||
- If appropriate, the next level of people to contact are the [Code of Conduct
|
||||
Committee]
|
||||
- If appropruate, the next level of people to contact are the [Steering
|
||||
- If appropriate, the next level of people to contact are the [Steering
|
||||
Committee]
|
||||
- Moderators will have access to a private document with contact information of
|
||||
the appropriate people.
|
||||
|
@ -206,3 +206,4 @@ guidelines:
|
|||
[Code of Conduct Committee]: /committee-code-of-conduct
|
||||
[Steering Committee]: /committee-steering
|
||||
[moderator request]: https://github.com/kubernetes/community/issues/new/choose
|
||||
[moderator template]: https://git.k8s.io/community/.github/ISSUE_TEMPLATE/moderator_application.md
|
||||
|
|
Loading…
Reference in New Issue