We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ff6d5 commit aeda8ecCopy full SHA for aeda8ec
1 file changed
.github/ISSUE_COMMENT_TEMPLATE/quick-status.yml
@@ -1,12 +1,14 @@
1
---
2
-name: A Brief status Update
+name: A brief status update
3
description: A brief status update.
4
body:
5
- type: dropdown
6
attributes:
7
label: Status
8
options:
9
- - label: "GREEN \U0001F34F (All good, smooth sailing)"
+ - 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'
0 commit comments