core: add labels in GitHub issue templates

v2.8-utf8proc
Sébastien Helleu 2019-11-14 07:24:54 +01:00
parent 005e5fd8f5
commit b5804bd64d
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
---
name: Bug report
about: Create a bug report (please do not report security issues here)
labels: bug
---

View File

@ -1,6 +1,7 @@
---
name: Feature request
about: Request a new feature / enhancement
labels: enhancement
---

View File

@ -1,6 +1,7 @@
---
name: Question
about: Ask a question (please read first FAQ and docs)
labels: question
---