|
| 1 | +name: Team Election Request |
| 2 | +description : Create an election for your SIG/WG/Subproject/Team |
| 3 | +title: 'ELECTION REQUEST: <topic>' |
| 4 | +labels: area/elections, sig/contributor-experience |
| 5 | +body: |
| 6 | +- type: input |
| 7 | + attributes: |
| 8 | + label: Group Requesting |
| 9 | + description: The SIG, WG, team, subproject, or other Kubernetes community group wanting the election. |
| 10 | + validations: |
| 11 | + required: true |
| 12 | +- type: input |
| 13 | + attributes: |
| 14 | + label: Title of Election |
| 15 | + description: The name of what's being decided. If this is a recurring election, include the year/period. |
| 16 | + validations: |
| 17 | + required: true |
| 18 | +- type: textarea |
| 19 | + attributes: |
| 20 | + label: Election Description |
| 21 | + description: Please write a full description of the election, suitable for those voting in it. Include dates and contact info. |
| 22 | + validations: |
| 23 | + required: true |
| 24 | +- type: input |
| 25 | + attributes: |
| 26 | + label: Administrators |
| 27 | + description: Supply a list of GitHub IDs of the members of your team who will be administering this election. Min 1, Max 5 |
| 28 | + validations: |
| 29 | + required: true |
| 30 | +- type: input |
| 31 | + attributes: |
| 32 | + label: Voters |
| 33 | + 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). |
| 34 | + validations: |
| 35 | + required: true |
| 36 | +- type: input |
| 37 | + attributes: |
| 38 | + label: Date/Time Candidates may file |
| 39 | + 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. |
| 40 | + validations: |
| 41 | + required: true |
| 42 | +- type: input |
| 43 | + attributes: |
| 44 | + label: Date/Time Candidates Due |
| 45 | + description: Date and UTC time that candidates must have completed their profiles. If you already have all of the profiles, that date is now. |
| 46 | + validations: |
| 47 | + required: true |
| 48 | +- type: input |
| 49 | + attributes: |
| 50 | + label: Date/Time Voting Begins |
| 51 | + description: Date and UTC time that voting should begin. |
| 52 | + validations: |
| 53 | + required: true |
| 54 | +- type: input |
| 55 | + attributes: |
| 56 | + label: Date/Time Voting Ends |
| 57 | + description: Date and UTC time that voting closes. |
| 58 | + validations: |
| 59 | + required: true |
| 60 | +- type: dropdown |
| 61 | + attributes: |
| 62 | + label: Publicity Help Wanted? |
| 63 | + description: Is this an election that goes beyond your team, such that you want help from Contributor Comms in advertising it? |
| 64 | + options: |
| 65 | + - "Yes" |
| 66 | + - "No" |
| 67 | + validations: |
| 68 | + required: true |
0 commit comments