Disable blank_issues_enabled
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -3,7 +3,7 @@ name: Bug Report
|
|||||||
description: |
|
description: |
|
||||||
We aim to keep everything running smoothly.
|
We aim to keep everything running smoothly.
|
||||||
Please fill out the form with details to help us identify and address the issue.
|
Please fill out the form with details to help us identify and address the issue.
|
||||||
title: "`BUG` "
|
title: ""
|
||||||
labels: [Bug]
|
labels: [Bug]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|||||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
5
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
blank_issues_enabled: true
|
blank_issues_enabled: false
|
||||||
contact_links:
|
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
|
- name: Troubleshooting TFT Transfer
|
||||||
url: https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/tft_upload.md
|
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.
|
about: Try this guide first if you are having issues to transfer a TFT file.
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
2
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Enhancement Request
|
name: Enhancement Request
|
||||||
description: Suggest an idea for this project
|
description: Suggest an idea for this project
|
||||||
title: "`ENHANCEMENT` "
|
title: ""
|
||||||
labels: [Enhancement]
|
labels: [Enhancement]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/question.yml
vendored
2
.github/ISSUE_TEMPLATE/question.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Question
|
name: Question
|
||||||
description: Ask a question about this project
|
description: Ask a question about this project
|
||||||
title: "`QUESTION` "
|
title: ""
|
||||||
labels: [Question]
|
labels: [Question]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|||||||
Reference in New Issue
Block a user