From ef6e14979fdef40f27eeb9bb183ab5aac2639b1a Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sat, 12 Aug 2023 19:54:40 -0700 Subject: [PATCH] Create bug.yml --- .github/ISSUE_TEMPLATE/bug.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 00000000..5434ff83 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,34 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: ["bug", "triage"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + + - type: input + id: version + attributes: + label: Firmware Version + description: This can be found on the device's screen or via one of the apps. + placeholder: x.x.x.yyyyyyy + validations: + required: true + + - type: textarea + id: expected + attributes: + label: Expected Behavior + description: Tell us what should happen. + validations: + required: true + + - type: textarea + id: current + attributes: + label: Current Behavior + description: Tell us what happens instead of the expected behavior. + validations: + required: false