Skip to content

Commit dee31f0

Browse files
author
Sarah Edwards
authored
Create projectStatus.yml
1 parent ac9d219 commit dee31f0

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

.github/commands/projectStatus.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
trigger: project_status
2+
title: Project status
3+
description: Update the team on your project's status.
4+
surfaces:
5+
- issue
6+
steps:
7+
- type: menu
8+
id: project
9+
label: Project name
10+
options:
11+
- Technical Debt
12+
- Add Widget
13+
- Bug Bash
14+
- type: form
15+
style: embedded
16+
body:
17+
- type: dropdown
18+
attributes:
19+
label: Color
20+
description: What's the status of your project?
21+
options:
22+
- label: 🟢 Green
23+
value: 🟢
24+
- label: 🟡 Yellow
25+
value: 🟡
26+
- label: 🔴 Red
27+
value: 🔴
28+
- type: textarea
29+
attributes:
30+
label: Details
31+
description: What should the team know about the status of your project?
32+
placeholder: Recent achievements, blockers, requests for help, etc.
33+
- type: fill
34+
template: "The {{ data.project }} project is status {{ data.Color }}. {{ data.Details }}"

0 commit comments

Comments
 (0)