Skip to content

Commit

Permalink
Revert "Update quick-status.yml"
Browse files Browse the repository at this point in the history
This reverts commit 1dc3cec.
  • Loading branch information
chiedo committed Apr 5, 2021
1 parent b551f98 commit f82ea77
Showing 1 changed file with 22 additions and 23 deletions.
45 changes: 22 additions & 23 deletions .github/ISSUE_COMMENT_TEMPLATE/quick-status.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
---
name: A brief status update
name: A Brief status Update
description: A brief status update.
body:
- type: dropdown
attributes:
label: Status
options:
- label: GREY ⚪️ (Not started, paused, not currently being worked on)
value: 'Status: GREY'
- label: "GREEN 🟢 (All good, smooth sailing)"
value: 'Status: GREEN'
- label: "YELLOW \U0001F7E1 (On track, with hurdles to work through)"
value: 'Status: YELLOW'
- label: "RED \U0001F534 (BLOCKED)"
value: 'Status: RED'
- type: textarea
attributes:
label: Update Summary
placeholder: Brief summary of the status and next steps. Any blockers should be
called out specifically.
- type: input
attributes:
label: 'Attribution'
value: '_created with :heart: by typing_ `/status`'
format: text
- type: dropdown
attributes:
label: Status
options:
- label: "GREEN \U0001F34F (All good, smooth sailing)"
value: 'Status: GREEN'
- label: "YELLOW \U0001F7E1 (On track, with hurdles to work through)"
value: 'Status: YELLOW'
- label: "RED \U0001F534 (BLOCKED)"
value: 'Status: RED'
- type: textarea
attributes:
label: Update Summary
placeholder:
Brief summary of the status and next steps. Any blockers should be
called out specifically.
- type: input
attributes:
label: 'Attribution'
value: '_created with :heart: by typing_ `/status`'
format: text

0 comments on commit f82ea77

Please sign in to comment.