File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,23 +4,22 @@ description: A brief status update.
44body :
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
You can’t perform that action at this time.
0 commit comments