]> granicus.if.org Git - ejabberd/commitdiff
Update issue templates
authorMickaël Rémond <mremond@process-one.net>
Mon, 9 Sep 2019 07:49:54 +0000 (09:49 +0200)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2019 07:49:54 +0000 (09:49 +0200)
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md

index bb5a6e196e52662392c7017c7f90fe499325d139..ada9bccf1df8db467d11a9d0f8619977e2ed5ece 100644 (file)
@@ -1,21 +1,30 @@
-Environment
------------
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: Kind:Bug
+assignees: ''
+
+---
+
+## Environment
+
 - ejabberd version: 18.09
 - Erlang version: `erl +V`
 - OS: Linux (Debian)
 - Installed from: source | distro package | official deb/rpm | official binary installer | other
 
-Configuration (only if needed): grep -Ev '^$|^\s*#' ejabberd.yml
----------------------------------------------------------------------------
+## Configuration (only if needed): grep -Ev '^$|^\s*#' ejabberd.yml
+
 ```yaml
 loglevel: 4
 ...
 ```
 
-Errors from error.log/crash.log
--------------------------------
+## Errors from error.log/crash.log
+
 No errors
 
-Bug description
----------------
-Nothing works, plz halp :(
+## Bug description
+
+Please, make us e a precise description (what does not work, what is expected, etc.
index 751cb5de04dd1aabb2bd6c4ae9830ba04270c76b..da5b6ff25863c30f688fe6e2d065921b87a72419 100644 (file)
@@ -1,7 +1,9 @@
 ---
 name: Feature request
 about: Suggest an idea for this project
-labels: 
+title: ''
+labels: Kind:Feature
+assignees: ''
 
 ---