From 7a0d19f6837bb8d58421e28b59b8124f8bfb50f7 Mon Sep 17 00:00:00 2001 From: Tim Lowden Date: Thu, 18 Jan 2024 10:00:03 -0500 Subject: [PATCH] Update BUG-TEMPLATE.yml --- .github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml b/.github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml index 8e2249c30d..a7e49c376b 100644 --- a/.github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml +++ b/.github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml @@ -1,13 +1,15 @@ 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! Add screenshots to the comments of this initial form. + - type: input id: contact attributes: @@ -16,6 +18,7 @@ body: placeholder: ex. email@example.com validations: required: false + - type: textarea id: what-happened attributes: @@ -25,6 +28,7 @@ body: value: "A bug happened!" validations: required: true + - type: textarea id: page attributes: @@ -32,6 +36,7 @@ body: description: please include URLs of where you saw the bug validations: required: true + - type: dropdown id: browsers attributes: @@ -42,6 +47,7 @@ body: - Chrome - Safari - Microsoft Edge + - type: textarea id: logs attributes: