mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Merge branch 'master' of github.com:processone/ejabberd
This commit is contained in:
commit
bd83bb0790
27
.github/ISSUE_TEMPLATE/bug_report.md
vendored
27
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -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
|
- ejabberd version: 18.09
|
||||||
- Erlang version: `erl +V`
|
- Erlang version: `erl +V`
|
||||||
- OS: Linux (Debian)
|
- OS: Linux (Debian)
|
||||||
- Installed from: source | distro package | official deb/rpm | official binary installer | other
|
- 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
|
```yaml
|
||||||
loglevel: 4
|
loglevel: 4
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
Errors from error.log/crash.log
|
## Errors from error.log/crash.log
|
||||||
-------------------------------
|
|
||||||
No errors
|
No errors
|
||||||
|
|
||||||
Bug description
|
## Bug description
|
||||||
---------------
|
|
||||||
Nothing works, plz halp :(
|
Please, give us a precise description (what does not work, what is expected, etc.)
|
||||||
|
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,7 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
labels:
|
title: ''
|
||||||
|
labels: Kind:Feature
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user