summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/election-request.yml
blob: 752c2f12b0d2e57a3326ca05532211536aa54f5d (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
66
67
68
name: Team Election Request
description : Create an election for your SIG/WG/Subproject/Team
title: 'ELECTION REQUEST: <topic>'
labels: area/elections, sig/contributor-experience
body:
- type: input
  attributes:
    label: Group Requesting
    description: The SIG, WG, team, subproject, or other Kubernetes community group wanting the election.
  validations:
    required: true
- type: input
  attributes:
    label: Title of Election
    description: The name of what's being decided.  If this is a recurring election, include the year/period.
  validations:
    required: true
- type: textarea
  attributes:
    label: Election Description
    description: Please write a full description of the election, suitable for those voting in it.  Include dates and contact info.
  validations:
    required: true
- type: input
  attributes:
    label: Administrators
    description: Supply a list of GitHub IDs of the members of your team who will be administering this election. Min 1, Max 5
  validations:
    required: true
- type: input
  attributes:
    label: Voters
    description: Describe who the eligible voters in this election are. If you have the voters as a list, please paste a list of GitHub IDs here or attach a file listing the IDs (1 per line).
  validations:
    required: true
- type: input
  attributes:
    label: Date/Time Candidates may file
    description: Date and UTC time that candidates may start submitting profiles for the election.  If you already have all of the profiles, that date is now.
  validations:
    required: true
- type: input
  attributes:
    label: Date/Time Candidates Due
    description: Date and UTC time that candidates must have completed their profiles.  If you already have all of the profiles, that date is now.
  validations:
    required: true
- type: input
  attributes:
    label: Date/Time Voting Begins
    description: Date and UTC time that voting should begin.
  validations:
    required: true
- type: input
  attributes:
    label: Date/Time Voting Ends
    description: Date and UTC time that voting closes.
  validations:
    required: true
- type: dropdown
  attributes:
    label: Publicity Help Wanted?
    description: Is this an election that goes beyond your team, such that you want help from Contributor Comms in advertising it?
    options:
        - "Yes"
        - "No"
  validations:
    required: true