Update the issue templates (#3109)

This update will automatically attach the relevant labels to the dedicated issue templates.
This commit is contained in:
Kowlin 2019-11-09 19:54:41 +01:00 committed by Michael H
parent a05508a9f2
commit 418f957332
3 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,9 @@
--- ---
name: Bug reports for commands name: Bug reports for commands
about: For bugs that involve commands found within Red about: For bugs that involve commands found within Red
title: ''
labels: 'Type: Bug'
assignees: ''
--- ---

View File

@ -1,6 +1,9 @@
--- ---
name: Feature request name: Feature request
about: For feature requests regarding Red itself. about: For feature requests regarding Red itself.
title: ''
labels: 'Type: Feature'
assignees: ''
--- ---

View File

@ -1,6 +1,9 @@
--- ---
name: Bug report name: Bug report
about: For bugs that don't involve a command. about: For bugs that don't involve a command.
title: ''
labels: 'Type: Bug'
assignees: ''
--- ---