Skip to content

Commit 1dc3cec

Browse files
authored
Update quick-status.yml
1 parent 10fef4d commit 1dc3cec

1 file changed

Lines changed: 23 additions & 22 deletions

File tree

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
---
2-
name: A Brief status Update
2+
name: A brief status update
33
description: A brief status update.
44
body:
5-
- type: dropdown
6-
attributes:
7-
label: Status
8-
options:
9-
- label: "GREEN \U0001F34F (All good, smooth sailing)"
10-
value: 'Status: GREEN'
11-
- label: "YELLOW \U0001F7E1 (On track, with hurdles to work through)"
12-
value: 'Status: YELLOW'
13-
- label: "RED \U0001F534 (BLOCKED)"
14-
value: 'Status: RED'
15-
- type: textarea
16-
attributes:
17-
label: Update Summary
18-
placeholder:
19-
Brief summary of the status and next steps. Any blockers should be
20-
called out specifically.
21-
- type: input
22-
attributes:
23-
label: 'Attribution'
24-
value: '_created with :heart: by typing_ `/status`'
25-
format: text
5+
- type: dropdown
6+
attributes:
7+
label: Status
8+
options:
9+
- label: GREY ⚪️ (Not started, paused, not currently being worked on)
10+
value: 'Status: GREY'
11+
- label: "GREEN 🟢 (All good, smooth sailing)"
12+
value: 'Status: GREEN'
13+
- label: "YELLOW \U0001F7E1 (On track, with hurdles to work through)"
14+
value: 'Status: YELLOW'
15+
- label: "RED \U0001F534 (BLOCKED)"
16+
value: 'Status: RED'
17+
- type: textarea
18+
attributes:
19+
label: Update Summary
20+
placeholder: Brief summary of the status and next steps. Any blockers should be
21+
called out specifically.
22+
- type: input
23+
attributes:
24+
label: 'Attribution'
25+
value: '_created with :heart: by typing_ `/status`'
26+
format: text

0 commit comments

Comments
 (0)