Skip to content

Commit 3a0a6df

Browse files
authored
Merge pull request #7343 from mrbobbytables/add-labels-to-form
Add label section to leadership change template
2 parents 9b746dc + 52d59fb commit 3a0a6df

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/ISSUE_TEMPLATE/leadership-change.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ body:
2323
**Process to initiate leadership change**
2424
2525
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:
26+
An email should be sent to the SIG/WG and [kubernetes dev](https://groups.google.com/a/kubernetes.io/g/dev) mailing lists with the following:
2827
- Intent to step down / nominate a new lead
2928
- If nominating a new lead:
3029
- 1-2 lines about why they are being nominated, and links to any potential meeting notes where the change was
@@ -64,5 +63,12 @@ body:
6463
- id: additional_info
6564
type: textarea
6665
attributes:
67-
label: "Additional Information:"
66+
label: "Additional information:"
6867
placeholder: "Other links to leadership discussions etc."
68+
- id: labels
69+
type: textarea
70+
attributes:
71+
label: "Labels:"
72+
placeholder: |
73+
/sig foo
74+
/assign bar

0 commit comments

Comments
 (0)