Add labels to issue templates

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara 2024-11-01 18:27:55 +09:00
parent 644fa5fdf7
commit 289bf2909e
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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