Merge branch 'master' of github.com:processone/ejabberd

This commit is contained in:
Mickael Remond 2019-09-09 12:13:27 +02:00
commit bd83bb0790
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3
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, give us 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: ''
---