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
about: An error that happens in the plugin.
title: ''
labels: ''
assignees: ''
---

View File

@ -1,6 +1,9 @@
---
name: Enhancement
about: Request a feature or suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---