summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJosh Berkus <josh@agliodbs.com>2022-06-24 12:53:56 -0700
committerJosh Berkus <josh@agliodbs.com>2022-07-08 15:58:07 -0700
commit7ec56a1375090bc2653bc0f673d4f6552817b6df (patch)
treee0166395689e70beea870d6b917a58da49afac63 /.github
parenta14bfe604ef172ef96d9d9b2dbcd6099a3893234 (diff)
Creation of Elections subproject
and initial file reorganization. Moves all elections files under top-level /elections folder Adds READMEs for the subproject duties Adds initial subproject members Signed-off-by: Josh Berkus <josh@agliodbs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/election-request.yml68
1 files changed, 68 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/election-request.yml b/.github/ISSUE_TEMPLATE/election-request.yml
new file mode 100644
index 00000000..752c2f12
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/election-request.yml
@@ -0,0 +1,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