From 2844dad5f2fc5aa9d9b09e7058732ea8a60a97bf Mon Sep 17 00:00:00 2001 From: Chiedo John <2156688+chiedo@users.noreply.github.com> Date: Mon, 10 May 2021 12:55:24 -0400 Subject: [PATCH] Update and rename quick-status.yml to batch-status.yml (#19237) * Update and rename quick-status.yml to batch-status.yml Co-authored-by: chiedo --- .../ISSUE_COMMENT_TEMPLATE/batch-status.yml | 33 +++++++++++++++++++ .../ISSUE_COMMENT_TEMPLATE/quick-status.yml | 29 ---------------- 2 files changed, 33 insertions(+), 29 deletions(-) create mode 100644 .github/ISSUE_COMMENT_TEMPLATE/batch-status.yml delete mode 100644 .github/ISSUE_COMMENT_TEMPLATE/quick-status.yml diff --git a/.github/ISSUE_COMMENT_TEMPLATE/batch-status.yml b/.github/ISSUE_COMMENT_TEMPLATE/batch-status.yml new file mode 100644 index 0000000000..1f4789c282 --- /dev/null +++ b/.github/ISSUE_COMMENT_TEMPLATE/batch-status.yml @@ -0,0 +1,33 @@ +--- +name: Batch Status Update +description: Batch Status Update +body: + - type: dropdown + attributes: + label: Status + options: + - label: "GREEN \U0001F7E2 (All good, smooth sailing)" + value: 'Status: GREEN' + - label: + "YELLOW \U0001F7E1 (We've identified areas of concern, but have them under + control at this time)" + value: 'Status: YELLOW' + - label: "RED \U0001F534 (We need help, there are blockers beyond our control)" + value: 'Status: RED' + - label: GREY ⚪️ (Not started, paused, not currently being worked on) + value: 'Status: GREY' + - label: "BLACK ⚫️ (We shipped it \U0001F389)" + value: 'Status: BLACK' + - type: input + attributes: + label: Target date + format: date + - type: textarea + attributes: + label: Update + placeholder: A few words on how it's going + - type: input + attributes: + label: 'Attribution' + value: '_created with :heart: by typing_ `/status`' + format: text diff --git a/.github/ISSUE_COMMENT_TEMPLATE/quick-status.yml b/.github/ISSUE_COMMENT_TEMPLATE/quick-status.yml deleted file mode 100644 index ad29b79ce3..0000000000 --- a/.github/ISSUE_COMMENT_TEMPLATE/quick-status.yml +++ /dev/null @@ -1,29 +0,0 @@ ---- -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' - - label: "BLACK ⚫️ (We shipped it \U0001F389)" - value: 'Status: BLACK' - - 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