From aa02993a5795955969a400654d97bf18ea2fb786 Mon Sep 17 00:00:00 2001 From: Tim Lowden Date: Thu, 18 Jan 2024 08:27:27 -0500 Subject: [PATCH 1/3] Create BUG-TEMPLATE.yml --- .github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml | 50 +++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml diff --git a/.github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml b/.github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml new file mode 100644 index 0000000000..0f3892bd9e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml @@ -0,0 +1,50 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: ["bug"] +assignees: +body: + - type: markdown + attributes: + value: | + Please use this form to file new bugs! + - type: input + id: contact + attributes: + label: Who discovered this? + description: Was it something you found or are you filing for someone else? If someone else, how can we contact them? + placeholder: ex. email@example.com + validations: + required: false + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A bug happened!" + 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: dropdown + id: browsers + attributes: + label: What browsers are you seeing the problem on? + multiple: true + options: + - Firefox + - Chrome + - Safari + - Microsoft Edge + - type: textarea + id: logs + attributes: + 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 From 6d190885e136a51b677a362a09bfcf5fe2b4c5b8 Mon Sep 17 00:00:00 2001 From: Tim Lowden Date: Thu, 18 Jan 2024 09:38:03 -0500 Subject: [PATCH 2/3] Update BUG-TEMPLATE.yml --- .github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml b/.github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml index 0f3892bd9e..77370a9b00 100644 --- a/.github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml +++ b/.github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml @@ -48,3 +48,8 @@ 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 + - type: markdown + attributes: + value: | + Please add screenshots to the comments of this initial issue. From df1ca9499e985449c3bc2640089199e3e26fa8b5 Mon Sep 17 00:00:00 2001 From: Tim Lowden Date: Thu, 18 Jan 2024 09:40:26 -0500 Subject: [PATCH 3/3] Update BUG-TEMPLATE.yml --- .github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml b/.github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml index 77370a9b00..8e2249c30d 100644 --- a/.github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml +++ b/.github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml @@ -7,7 +7,7 @@ body: - type: markdown attributes: value: | - Please use this form to file new bugs! + Please use this form to file new bugs! Add screenshots to the comments of this initial form. - type: input id: contact attributes: @@ -49,7 +49,3 @@ body: 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 - - type: markdown - attributes: - value: | - Please add screenshots to the comments of this initial issue.