Skip to content

Commit a5f4f16

Browse files
authored
Update status.yml
1 parent 47b1083 commit a5f4f16

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/ISSUE_COMMENT_TEMPLATE/status.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,22 @@ description: A brief status update.
44
body:
55
- type: dropdown
66
attributes:
7-
name: Status
7+
label: Status
88
options:
99
- name: "GREEN \U0001F34F (All good, smooth sailing)"
1010
value: 'Status: GREEN'
1111
- name: "YELLOW \U0001F7E1 (On track, with hurdles to work through)"
1212
value: 'Status: YELLOW'
1313
- name: "RED \U0001F534 (BLOCKED)"
1414
value: 'Status: RED'
15-
- type: input
15+
- type: textarea
1616
attributes:
17-
name: Update Summary
17+
label: Update Summary
1818
placeholder:
1919
Brief summary of the status and next steps. Any blockers should be
2020
called out specifically.
21-
inputType: longText
2221
- type: input
2322
attributes:
24-
name: 'Attribution'
23+
label: 'Attribution'
2524
value: '_created with :heart: by typing_ `/status`'
26-
inputType: text
25+
format: text

0 commit comments

Comments
 (0)