chore(.github): more explicit title requirement

This commit is contained in:
Quentin McGaw
2023-06-12 10:00:02 +00:00
parent 88f98aebe4
commit 6d018d920d
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
---
name: Bug
about: Report a bug
title: 'Bug: ...'
title: 'Bug: FILL THIS TEXT OR ISSUE WILL BE CLOSED'
labels: ":bug: bug"
---

View File

@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest a feature to add to this project
title: 'Feature request: ...'
title: 'Feature request: FILL THIS TEXT OR ISSUE WILL BE CLOSED'
labels: ":bulb: feature request"
---

View File

@@ -1,7 +1,7 @@
---
name: Help
about: Ask for help
title: 'Help: ...'
title: 'Help: FILL THIS TEXT OR ISSUE WILL BE CLOSED'
labels: ":pray: help wanted"
---