From 36994d999e490505ff67072e8d3f543bc1fe4f1e Mon Sep 17 00:00:00 2001 From: Michael Kinder Date: Thu, 2 May 2024 17:27:17 -0400 Subject: [PATCH] Create bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 61 +++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..ddab5af0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,61 @@ +name: Bug Report +description: Create a report to help us improve the website. +title: "[BUG] " +labels: ["type: bug"] +assignees: [] + +body: + - type: markdown + attributes: + value: "## Describe the Bug\nA clear and concise description of what the bug is." + + - type: textarea + id: steps-to-reproduce + attributes: + label: "To Reproduce" + description: "Steps to reproduce the behavior:" + placeholder: | + 1. Go to '...' + 2. Click on '...' + 3. Scroll down to '...' + 4. See error + value: "" + validations: + required: true + + - type: textarea + id: expected-behavior + attributes: + label: "Expected Behavior" + description: "A clear and concise description of what you expected to happen." + validations: + required: true + + - type: textarea + id: screenshots + attributes: + label: "Screenshots" + description: "If applicable, add screenshots to help explain your problem." + + - type: dropdown + id: device + attributes: + label: "Device" + options: + - Desktop + - Smartphone + validations: + required: true + + - type: input + id: os + attributes: + label: "Operating System" + validations: + required: true + + - type: textarea + id: additional-context + attributes: + label: "Additional Context" + description: "Add any other context about the problem here."