From 9cdc6ae860c71055b43a632a5ea250cb6f39b702 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Wed, 16 Feb 2022 17:52:14 +1100 Subject: [PATCH] Add bug report issue template --- .github/ISSUE_TEMPLATE/Bug Report.yml | 76 +++++++++++++++++++ .../bug-report-or-feature-proposal.md | 38 ---------- 2 files changed, 76 insertions(+), 38 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/Bug Report.yml delete mode 100644 .github/ISSUE_TEMPLATE/bug-report-or-feature-proposal.md diff --git a/.github/ISSUE_TEMPLATE/Bug Report.yml b/.github/ISSUE_TEMPLATE/Bug Report.yml new file mode 100644 index 000000000..b8c24ab2b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug Report.yml @@ -0,0 +1,76 @@ +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: dropdown + id: category + attributes: + label: Category + description: How would you catagorize this issue? + multiple: true + options: + - Hardware Compatibility + - BLE + - Serial + - WiFi + - Other + validations: + required: true + + - type: dropdown + id: hardware + attributes: + label: Hardware + description: What hardware are you encountering this issue on? + multiple: true + options: + - Not Applicable + - T-Beam + - T-Beam 0.7 + - T-Lora v1 + - T-Lora v1.3 + - T-Lora v2 1.6 + - T-Echo + - Rak4631 + - Rak11200 + - Heltec v1 + - Heltec v2 + - Heltec v2.1 + - Relay v1 + - Relay v2 + - DIY + - Other + validations: + required: true + + - 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: body + attributes: + label: Description + description: Please provide details on what steps you performed for this to happen. + validations: + required: true + + - type: textarea + id: logs + attributes: + label: Relevant log output + description: If you have any log output to help in diagnosing your bug, please provide it here. + render: Shell + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/bug-report-or-feature-proposal.md b/.github/ISSUE_TEMPLATE/bug-report-or-feature-proposal.md deleted file mode 100644 index 42f3b0d2c..000000000 --- a/.github/ISSUE_TEMPLATE/bug-report-or-feature-proposal.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report or feature proposal -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -Please - if you just have a question (i.e. not a bug report or a feature proposal), post in our [forum](https://meshtastic.discourse.group/) instead. - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Device info:** - - Device model: [e.g. TBEAM] - - Software Version [e.g. 0.7.8] - -**Smartphone information (if relevant):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - App Version [e.g. 0.7.2] - -**Additional context** -Add any other context about the problem here.