Add default labels to issue templates

This commit is contained in:
Thijs Wiefferink 2019-01-05 16:27:05 +01:00 committed by GitHub
parent ec7983e126
commit b4efe7d5bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,9 @@
---
name: Bug report
about: Report a problem in the plugin
title: ''
labels: 'Type: Bug'
assignees: ''
---

View File

@ -1,6 +1,9 @@
---
name: Feature request
about: Suggest an idea
title: ''
labels: 'Type: Feature'
assignees: ''
---

View File

@ -1,6 +1,9 @@
---
name: Support question
about: Ask help with the setup or usage of the plugin
title: ''
labels: 'Type: Support'
assignees: ''
---