From da29855967ac8120f7722359e60102d19db69ed6 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 30 Jan 2021 21:32:46 +0100 Subject: [PATCH] Enable issue form as default --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 53 ------------------- .../{z_bug_report.yml => bug_report.yml} | 2 +- 2 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md rename .github/ISSUE_TEMPLATE/{z_bug_report.yml => bug_report.yml} (98%) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md deleted file mode 100644 index bdadc5678ff..00000000000 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -name: Report a bug with Home Assistant Core -about: Report an issue with Home Assistant Core ---- - -## The problem - - - -## Environment - - -- Home Assistant Core release with the issue: -- Last working Home Assistant Core release (if known): -- Operating environment (OS/Container/Supervised/Core): -- Integration causing this issue: -- Link to integration documentation on our website: - -## Problem-relevant `configuration.yaml` - - -```yaml - -``` - -## Traceback/Error logs - - -```txt - -``` - -## Additional information - diff --git a/.github/ISSUE_TEMPLATE/z_bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 98% rename from .github/ISSUE_TEMPLATE/z_bug_report.yml rename to .github/ISSUE_TEMPLATE/bug_report.yml index c672da11819..377e1452373 100644 --- a/.github/ISSUE_TEMPLATE/z_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,4 @@ -name: Report an issue with Home Assistant Core (Test) +name: Report an issue with Home Assistant Core about: Report an issue with Home Assistant Core. title: "" issue_body: true