Skip to content

Commit 2844dad

Browse files
authored
Update and rename quick-status.yml to batch-status.yml (#19237)
* Update and rename quick-status.yml to batch-status.yml Co-authored-by: chiedo <chiedo@users.noreply.github.com>
1 parent 18c71b1 commit 2844dad

File tree

2 files changed

+33
-29
lines changed

2 files changed

+33
-29
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Batch Status Update
3+
description: Batch Status Update
4+
body:
5+
- type: dropdown
6+
attributes:
7+
label: Status
8+
options:
9+
- label: "GREEN \U0001F7E2 (All good, smooth sailing)"
10+
value: 'Status: GREEN'
11+
- label:
12+
"YELLOW \U0001F7E1 (We've identified areas of concern, but have them under
13+
control at this time)"
14+
value: 'Status: YELLOW'
15+
- label: "RED \U0001F534 (We need help, there are blockers beyond our control)"
16+
value: 'Status: RED'
17+
- label: GREY ⚪️ (Not started, paused, not currently being worked on)
18+
value: 'Status: GREY'
19+
- label: "BLACK ⚫️ (We shipped it \U0001F389)"
20+
value: 'Status: BLACK'
21+
- type: input
22+
attributes:
23+
label: Target date
24+
format: date
25+
- type: textarea
26+
attributes:
27+
label: Update
28+
placeholder: A few words on how it's going
29+
- type: input
30+
attributes:
31+
label: 'Attribution'
32+
value: '_created with :heart: by typing_ `/status`'
33+
format: text

.github/ISSUE_COMMENT_TEMPLATE/quick-status.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)