Automatically add enhancement label to issues

This commit is contained in:
Max Lee 2020-05-30 13:51:37 +01:00 committed by GitHub
parent 9dfbca3f81
commit f0641abf2e
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,9 @@
--- ---
name: Bug report name: Bug report
about: An error that happens in the plugin. about: An error that happens in the plugin.
title: ''
labels: ''
assignees: ''
--- ---
@ -28,4 +31,4 @@ about: An error that happens in the plugin.
### Additional context ### Additional context
[Add any other context or screenshots about the feature request here.] [Add any other context or screenshots about the feature request here.]
[And Delete the lines in square brackets!] [And Delete the lines in square brackets!]

View File

@ -1,6 +1,9 @@
--- ---
name: Enhancement name: Enhancement
about: Request a feature or suggest an idea for this project about: Request a feature or suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
--- ---
@ -16,4 +19,4 @@ about: Request a feature or suggest an idea for this project
#### Additional context #### Additional context
[Add any other context or screenshots about the feature request here.] [Add any other context or screenshots about the feature request here.]
[And Delete the lines in square brackets!] [And Delete the lines in square brackets!]