Update issue templates

This commit is contained in:
Mickaël Rémond 2019-09-09 09:49:54 +02:00 committed by GitHub
parent 6d83cbd1a8
commit bf6fc75ada
2 changed files with 21 additions and 10 deletions

View 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.

View File

@ -1,7 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
labels:
title: ''
labels: Kind:Feature
assignees: ''
---