Skip to content

Commit 7ec56a1

Browse files
committed
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 <[email protected]>
1 parent a14bfe6 commit 7ec56a1

File tree

100 files changed

+295
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+295
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
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

elections/README.md

+116
File renamed without changes.

events/elections/2017/adnanabdulhussein_bio.md elections/steering/2017/adnanabdulhussein_bio.md

+1-1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

elections/steering/OWNERS

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
approvers:
4+
- jberkus
5+
- parispittman
6+
- jdumars
7+
- committee-steering
8+
- sig-contributor-experience-leads
9+
- coderanger
10+
- dims
11+
labels:
12+
- committee/steering

elections/teams/README.md

+85

events/elections/OWNERS

-4
This file was deleted.

sig-contributor-experience/README.md

+6

sigs.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -1372,6 +1372,13 @@ sigs:
13721372
slack: devstats
13731373
owners:
13741374
- https://raw.githubusercontent.com/kubernetes/community/master/sig-contributor-experience/devstats/OWNERS
1375+
- name: elections
1376+
description: Oversees running elections in the community. Maintains documentation
1377+
and software for elections.
1378+
contact:
1379+
slack: sig-contribex
1380+
owners:
1381+
- https://raw.githubusercontent.com/kubernetes/community/master/elections/OWNERS
13751382
- name: events
13761383
description: Creates and runs contributor-focused events, such as the Contributor
13771384
Summit. Event Teams are part of this subproject.

0 commit comments

Comments
 (0)