github: default labels for issue templates

This commit is contained in:
Timothy DeHerrera 2021-02-17 14:38:37 -07:00
parent 95c6ee0368
commit 3f0345fa31
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122
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: ''
labels: ''
labels: 'bug'
assignees: ''
---

View file

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