Fix empty title

This commit is contained in:
Edward Firmo
2024-01-17 20:00:45 +01:00
parent 1c49bc046d
commit 51639e43ae
3 changed files with 3 additions and 3 deletions

View File

@@ -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: "" title: " "
labels: [Bug] labels: [Bug]
body: body:
- type: markdown - type: markdown

View File

@@ -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: "" title: " "
labels: [Enhancement] labels: [Enhancement]
body: body:
- type: markdown - type: markdown

View File

@@ -1,7 +1,7 @@
--- ---
name: Question name: Question
description: Ask a question about this project description: Ask a question about this project
title: "" title: " "
labels: [Question] labels: [Question]
body: body:
- type: markdown - type: markdown