default labels for issues

This commit is contained in:
Elio Struyf
2022-05-20 16:55:51 +02:00
parent 8c61f79885
commit 9892d14a62
2 changed files with 2 additions and 2 deletions

View File

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

View File

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