27 lines
605 B
YAML
27 lines
605 B
YAML
trigger: triage
|
|
title: Triage Issue
|
|
description: A template for responding to an issue
|
|
steps:
|
|
- type: form
|
|
style: embedded
|
|
body:
|
|
- type: dropdown
|
|
attributes:
|
|
label: Status
|
|
description: What is the status of triaging this issue?
|
|
options:
|
|
- label: 🟢 Complete
|
|
value: 🟢
|
|
- label: 🟡 Started
|
|
value: 🟡
|
|
- label: 🔴 Not Started
|
|
value: 🔴
|
|
- type: textarea
|
|
attributes:
|
|
label: Details
|
|
description: What work has been completed so far?
|
|
placeholder: "..."
|
|
actions:
|
|
submit: "Create"
|
|
cancel: "Discard"
|