mirror of
https://github.com/extratone/macOSsystemsounds.git
synced 2026-04-16 06:18:50 +02:00
27 lines
759 B
YAML
27 lines
759 B
YAML
---
|
|
name: Status Update
|
|
about: A brief status update.
|
|
body:
|
|
- type: dropdown
|
|
attributes:
|
|
name: Status
|
|
options:
|
|
- name: "GREEN \U0001F34F (All good, smooth sailing)"
|
|
value: 'Status: GREEN'
|
|
- name: "YELLOW \U0001F7E1 (On track, with hurdles to work through)"
|
|
value: 'Status: YELLOW'
|
|
- name: "RED \U0001F534 (BLOCKED)"
|
|
value: 'Status: RED'
|
|
- type: input
|
|
attributes:
|
|
name: Update Summary
|
|
placeholder:
|
|
Brief summary of the status and next steps. Any blockers should be
|
|
called out specifically.
|
|
inputType: longText
|
|
- type: input
|
|
attributes:
|
|
name: 'Attribution'
|
|
value: '_created with :heart: by typing_ `/status`'
|
|
inputType: text
|