Add issue labels to issue templates (#4719)

This commit is contained in:
Markus Staab 2020-11-28 19:05:57 +01:00 committed by GitHub
parent d962e3f6b0
commit e5b411d9cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
name: Bug Report
labels: bug
about: Report errors and problems
---

View File

@ -1,5 +1,6 @@
---
name: Feature Request
labels: feature
about: RFC and ideas for new features and improvements
---

View File

@ -1,5 +1,6 @@
---
name: Support Question
labels: support
about: Questions about using this library
---