1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

core: add labels in GitHub issue templates

This commit is contained in:
Sébastien Helleu
2019-11-14 07:24:54 +01:00
parent 005e5fd8f5
commit b5804bd64d
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
---
name: Bug report
about: Create a bug report (please do not report security issues here)
labels: bug
---
@@ -1,6 +1,7 @@
---
name: Feature request
about: Request a new feature / enhancement
labels: enhancement
---
+1
View File
@@ -1,6 +1,7 @@
---
name: Question
about: Ask a question (please read first FAQ and docs)
labels: question
---