From 7ec56a1375090bc2653bc0f673d4f6552817b6df Mon Sep 17 00:00:00 2001 From: Josh Berkus Date: Fri, 24 Jun 2022 12:53:56 -0700 Subject: 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 --- .github/ISSUE_TEMPLATE/election-request.yml | 68 +++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/election-request.yml (limited to '.github') 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: ' +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 -- cgit v1.2.3