From 833559a3b3c5e8b1313d67a7bc820a3859fa949e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 30 Jan 2021 19:35:15 +0100 Subject: [PATCH] Add initial GitHub Issue Form (#2485) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Martin Hjelmare Co-authored-by: Joakim Sørensen --- .../{BUG_REPORT.md => BUG_REPORT.md_disabled} | 0 .github/ISSUE_TEMPLATE/bug_report.yml | 80 +++++++++++++++++++ 2 files changed, 80 insertions(+) rename .github/ISSUE_TEMPLATE/{BUG_REPORT.md => BUG_REPORT.md_disabled} (100%) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md_disabled similarity index 100% rename from .github/ISSUE_TEMPLATE/BUG_REPORT.md rename to .github/ISSUE_TEMPLATE/BUG_REPORT.md_disabled diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..36c62713e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,80 @@ +name: Bug Report +about: Report an issue related to the Home Assistant Supervisor. +labels: bug +title: "" +issue_body: true +inputs: + - type: description + attributes: + value: | + This issue form is for reporting bugs with **supported** setups only! + + If you have a feature or enhancement request, please use the [feature request][fr] section of our [Community Forum][fr]. + [fr]: https://community.home-assistant.io/c/feature-requests + - type: input + attributes: + label: What is the version of the Supervisor used? + required: true + placeholder: supervisor- + description: > + Can be found in the Supervisor panel -> System tab. Starts with + `supervisor-....`. + - type: dropdown + attributes: + label: What type of installation are you running? + required: true + description: > + If you don't know, you can find it in: Configuration panel -> Info. + choices: + - Home Assistant OS + - Home Assistant Supervised + - type: dropdown + attributes: + label: Which operating system are you running on? + required: true + choices: + - Home Assistant Operating System + - Debian + - Other (e.g., Raspbian/Raspberry Pi OS/Fedora) + - type: input + attributes: + label: What is the version of your installed operating system? + required: true + placeholder: 5.10 + description: Can be found in the Supervisor panel -> System tab. + - type: input + attributes: + label: What version of Home Assistant Core is installed? + required: true + placeholder: core- + description: > + Can be found in the Supervisor panel -> System tab. Starts with + `core-....`. + - type: textarea + attributes: + label: Describe the issue you are experiencing + required: true + description: Provide a clear and concise description of what the bug is. + - type: textarea + attributes: + label: Steps to reproduce the issue + required: true + description: | + Please tell us exactly how to reproduce your issue. + Provide clear and concise step by step instructions and add code snippets if needed. + value: | + 1. + 2. + 3. + ... + - type: textarea + attributes: + label: Anything in the Supervisor logs that might be useful for us? + required: false + description: > + The Supervisor logs can be found in the Supervisor panel -> System tab. + - type: description + attributes: + value: | + If you have any additional information for us, use the field below. + Please note, you can attach screenshots or screen recordings here.