Merge pull request #3716 from luixxiul/patch-1

Add labels to issue templates
This commit is contained in:
Slavi Pantaleev 2024-11-01 11:40:33 +02:00 committed by GitHub
commit 981a659159
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: bug
assignees: ''
---

View File

@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
labels: suggestion
assignees: ''
---

View File

@ -2,7 +2,7 @@
name: I need help
about: Get support from our community
title: ''
labels: ''
labels: question
assignees: ''
---