Automatically label issue templates

This commit is contained in:
Bionus 2022-07-01 18:42:18 +02:00
parent b39dc5baaf
commit 10e59b205c
No known key found for this signature in database
GPG Key ID: 54B0B2DE713AE915
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
--- ---
name: Bug report name: Bug report
about: Report a bug to help us fix it about: Report a bug to help us fix it
labels: bug
--- ---
**Bug description** **Bug description**

View File

@ -1,6 +1,7 @@
--- ---
name: Crash report name: Crash report
about: Report a program crash to help us fix it about: Report a program crash to help us fix it
labels: crash
--- ---
**Steps to reproduce** **Steps to reproduce**

View File

@ -1,6 +1,7 @@
--- ---
name: Feature request name: Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
labels: suggestion
--- ---
**Is your feature request related to a problem? Please describe** **Is your feature request related to a problem? Please describe**