From d49fb8867e93701ffac225a52fa65069c89f7d94 Mon Sep 17 00:00:00 2001 From: Tim Lowden Date: Thu, 18 Jan 2024 11:30:43 -0500 Subject: [PATCH 1/2] Update bug_template.yml --- .github/ISSUE_TEMPLATE/bug_template.yml | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_template.yml b/.github/ISSUE_TEMPLATE/bug_template.yml index fd4b119a9..8eead8cfa 100644 --- a/.github/ISSUE_TEMPLATE/bug_template.yml +++ b/.github/ISSUE_TEMPLATE/bug_template.yml @@ -5,8 +5,6 @@ title: "Bug: [Brief description of the bug]" labels: - "Type: Bug" -assignees: - body: - type: markdown attributes: @@ -29,13 +27,30 @@ body: value: "A bug happened!" validations: required: true - - type: textarea + - type: dropdown + id: environment + attributes: + label: Environment + description: In which environment did you experience the bug? + options: + - staging + - demo + - production + validations: + required: true- type: textarea id: page attributes: label: What pages did this appear on? description: please include URLs of where you saw the bug validations: required: true + - type: textarea + id: reproSteps + attributes: + label: "Detail the steps for someone to reproduce" + description: "Reproduction steps" + validations: + required: true - type: dropdown id: browsers attributes: @@ -52,4 +67,4 @@ body: label: Relevant log output description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. render: shell - required: false + From a1440ae36fd88ea28b4a4f021e4c02e33feb31fd Mon Sep 17 00:00:00 2001 From: Tim Lowden Date: Thu, 18 Jan 2024 11:33:20 -0500 Subject: [PATCH 2/2] Update bug_template.yml --- .github/ISSUE_TEMPLATE/bug_template.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_template.yml b/.github/ISSUE_TEMPLATE/bug_template.yml index 8eead8cfa..28224a952 100644 --- a/.github/ISSUE_TEMPLATE/bug_template.yml +++ b/.github/ISSUE_TEMPLATE/bug_template.yml @@ -37,7 +37,8 @@ body: - demo - production validations: - required: true- type: textarea + required: true + - type: textarea id: page attributes: label: What pages did this appear on?