From 6a64ae55923c31c20052b9b6b0edeed64380f94d Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Tue, 16 Jan 2024 19:19:33 +0100 Subject: [PATCH] Disable `blank_issues_enabled` --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 5 ++++- .github/ISSUE_TEMPLATE/enhancement.yml | 2 +- .github/ISSUE_TEMPLATE/question.yml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 36b43c1..bb713ff 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -3,7 +3,7 @@ name: Bug Report description: | We aim to keep everything running smoothly. Please fill out the form with details to help us identify and address the issue. -title: "`BUG` " +title: "" labels: [Bug] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index c8cb51f..e01d457 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,9 @@ --- -blank_issues_enabled: true +blank_issues_enabled: false contact_links: + - name: Discussions area + url: https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions + about: This is your go-to space for community conversations, questions, idea sharing, and collaboration around our project. - name: Troubleshooting TFT Transfer url: https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/tft_upload.md about: Try this guide first if you are having issues to transfer a TFT file. diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index dbd1382..6ef5902 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -1,7 +1,7 @@ --- name: Enhancement Request description: Suggest an idea for this project -title: "`ENHANCEMENT` " +title: "" labels: [Enhancement] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 6266699..faf8c92 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -1,7 +1,7 @@ --- name: Question description: Ask a question about this project -title: "`QUESTION` " +title: "" labels: [Question] body: - type: markdown