summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/moderator_application.yml
blob: e2f181e6e0f07c3a61bc4d4cbfaf390f576acab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name: Community Moderator Request
description: 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
body:
- id: github
  type: input
  attributes:
    label: GitHub Username
    placeholder: e.g. @example_user
  validations:
    required: true
- type: input
  attributes:
    label: Property you'd like to Moderate
    placeholder: e.g. discuss.k8s.io, kubernetes-dev
  validations:
    required: true
- type: input
  attributes:
    label: Username on Property Requested
    placeholder: e.g. (at)property_user
  validations:
    required: true
- id: requirements
  type: checkboxes
  attributes:
    label: Requirements
    options:
    - label: I am a Kubernetes Org member already
      required: true
    - label: I have [enabled 2FA on my GitHub account](https://github.com/settings/security)
      required: true
    - label: I have read and will abide by the policies mentioned in the [Moderation Guidelines](https://git.k8s.io/community/communication/moderation.md)
      required: true
    - label: I have two sponsors that meet the sponsor requirements listed in the moderator guidelines
      required: true
    - label: I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
      required: true
- id: sponsor_1
  type: input
  attributes:
    label: "Sponsor 1"
    description: GitHub handle of your sponsor
    placeholder: e.g. @sponsor-1
  validations:
    required: true
- id: sponsor_2
  type: input
  attributes:
    label: "Sponsor 2"
    description: GitHub handle of your sponsor
    placeholder: e.g. @sponsor-2
  validations:
    required: true
- id: qualifications
  type: textarea
  attributes:
    label: List of qualifications for this position
    placeholder: |
      - Prior moderation experience
      - Links to public discussions showing your moderation experience (if available)
      - Any other qualifications
  validations:
    required: true