From f82ea778fe952b4ba62f3fb6c5bd3032f79a2a04 Mon Sep 17 00:00:00 2001 From: chiedo Date: Mon, 5 Apr 2021 11:18:23 -0400 Subject: [PATCH] Revert "Update quick-status.yml" This reverts commit 1dc3cec441b1cf23a2eb23072d67625d643abe8c. --- .../ISSUE_COMMENT_TEMPLATE/quick-status.yml | 45 +++++++++---------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_COMMENT_TEMPLATE/quick-status.yml b/.github/ISSUE_COMMENT_TEMPLATE/quick-status.yml index ab9347537fdf..bb83937aa468 100644 --- a/.github/ISSUE_COMMENT_TEMPLATE/quick-status.yml +++ b/.github/ISSUE_COMMENT_TEMPLATE/quick-status.yml @@ -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