Skip to content

Commit d8f943b

Browse files
authored
Merge pull request #7339 from mrbobbytables/lead-template
Add issue template for leadership change
2 parents 693876e + b1a6a7a commit d8f943b

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
name: Leadership Change
2+
description: Onboarding / Offboarding checklist for SIG/WG leads
3+
title: "<SIG/WG FOO>: Leadership Change"
4+
body:
5+
- id: group
6+
type: input
7+
attributes:
8+
label: "SIG/WG name:"
9+
placeholder: "SIG foo"
10+
- id: leader_onboarding
11+
type: input
12+
attributes:
13+
label: "Onboarding Lead(s):"
14+
placeholder: GitHub handle(s) of the new leads
15+
- id: leader_offboarding
16+
type: input
17+
attributes:
18+
label: "Offboarding Lead(s):"
19+
placeholder: GitHub handle(s) of the previous leads
20+
- type: markdown
21+
attributes:
22+
value: |
23+
**Process to initiate leadership change**
24+
25+
26+
An email should be sent to the SIG/WG and [kubernetes dev](https://groups.google.com/a/kubernetes.io/g/dev)
27+
mailing lists with the following:
28+
- Intent to step down / nominate a new lead
29+
- If nominating a new lead:
30+
- 1-2 lines about why they are being nominated, and links to any potential meeting notes where the change was
31+
discussed.
32+
- Contacts to privately reach out to for questions (current leads) or concerns (current leads +
33+
[email protected] about the nomination
34+
- lazy consensus deadline of at least one week
35+
- id: discussion_link
36+
type: input
37+
attributes:
38+
label: "Link to discussion:"
39+
- id: new_lead_prereqs
40+
type: checkboxes
41+
attributes:
42+
label: "Prerequisites for new leads:"
43+
options:
44+
- label: Are a [Kubernetes Org member](https://git.k8s.io/community/community-membership.md)
45+
- label: Have completed the [Inclusive Open Source Community Orientation course](https://training.linuxfoundation.org/training/inclusive-open-source-community-orientation-lfc102/)
46+
- id: req_checklist
47+
type: checkboxes
48+
attributes:
49+
label: "Onboarding / Offboarding tasks:"
50+
options:
51+
- label: Updated [sigs.yaml](https://git.k8s.io/community/sigs.yaml) and associated [generated files](https://git.k8s.io/community/generator) (ran `make`). **NOTE:** If offboarding, remember to add to emeritus.
52+
- label: Updated [OWNERS_ALIASES](https://git.k8s.io/org/OWNERS_ALIASES) in [kubernetes/org](https://git.k8s.io/org/).
53+
- label: Updated [milestone maintainers team](https://git.k8s.io/org/config/kubernetes/sig-release/teams.yaml) in [kubernetes/org](https://git.k8s.io/org/).
54+
- label: Checked for and updated any other potential teams in [kubernetes/org](https://git.k8s.io/org/).
55+
- label: Updated [OWNERS_ALIASES](https://github.com/kubernetes/enhancements/OWNERS_ALIASES) in [kubernetes/enhancements](https://github.com/kubernetes/enhancements).
56+
- label: Updated [OWNERS_ALIASES](https://git.k8s.io/k8s.io/OWNERS_ALIASES) in [kubernetes/k8s.io](https://git.k8s.io/k8s.io/).
57+
- label: "[Updated membership]((https://git.k8s.io/k8s.io//groups/groups.yaml) of the [leads mailing list](https://groups.google.com/a/kubernetes.io/g/leads)"
58+
- label: "Updated membership for any other [mailing list / groups](https://git.k8s.io/k8s.io//groups/)."
59+
- label: "Added to `#chairs-and-techleads` slack channel."
60+
- label: Updated ownership of group leads mailing list.
61+
- label: Updated ownership of group mailing list.
62+
- label: Updated ownership of group calendar.
63+
- label: Updated access/teams in 1password. (Contact ContribEx leads to complete)
64+
- id: additional_info
65+
type: textarea
66+
attributes:
67+
label: "Additional Information:"
68+
placeholder: "Other links to leadership discussions etc."

0 commit comments

Comments
 (0)