File tree Expand file tree Collapse file tree 2 files changed +33
-29
lines changed
Expand file tree Collapse file tree 2 files changed +33
-29
lines changed Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments