Update triage.yml to use example form
This commit is contained in:
14
.github/commands/triage.yml
vendored
14
.github/commands/triage.yml
vendored
@@ -1,16 +1,14 @@
|
|||||||
trigger: triage
|
trigger: triage
|
||||||
title: Triage Issue
|
title: Triage Issue
|
||||||
description: Explain the status of your triaging this particular issue.
|
description: A template for responding to an issue
|
||||||
surfaces:
|
|
||||||
- issue
|
|
||||||
steps:
|
steps:
|
||||||
- type: form
|
- type: form
|
||||||
style: embedded
|
style: embedded
|
||||||
body:
|
body:
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Triage Status
|
label: Status
|
||||||
description: Select the current triage status of this issue
|
description: What is the status of triaging this issue?
|
||||||
options:
|
options:
|
||||||
- label: 🟢 Complete
|
- label: 🟢 Complete
|
||||||
value: 🟢
|
value: 🟢
|
||||||
@@ -20,9 +18,9 @@ steps:
|
|||||||
value: 🔴
|
value: 🔴
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Triage Notes
|
label: Details
|
||||||
description: Describe what has been done to triage this issue
|
description: What work has been completed so far?
|
||||||
placeholder: "Example: I started validation on this by..."
|
placeholder: "..."
|
||||||
actions:
|
actions:
|
||||||
submit: "Create"
|
submit: "Create"
|
||||||
cancel: "Discard"
|
cancel: "Discard"
|
||||||
|
|||||||
Reference in New Issue
Block a user