From 2d802a3547a0861bd5d399db7b6b9b104abf1408 Mon Sep 17 00:00:00 2001 From: j0ta29 <125505649+j0ta29@users.noreply.github.com> Date: Sun, 21 Jul 2024 19:51:31 +0200 Subject: [PATCH] Revert config.yml --- .github/ISSUE_TEMPLATE/config.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 341f6afac7..804dad47c7 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,2 +1,15 @@ --- -blank_issues_enabled: true +blank_issues_enabled: false +contact_links: + - name: Issue Tracker + url: https://github.com/esphome/issues + about: Please create bug reports in the dedicated issue tracker. + - name: Feature Request Tracker + url: https://github.com/esphome/feature-requests + about: | + Please create feature requests in the dedicated feature request tracker. + - name: Frequently Asked Question + url: https://esphome.io/guides/faq.html + about: | + Please view the FAQ for common questions and what + to include in a bug report.