From 8c1640033238eeab3480a81874c4e428144dd668 Mon Sep 17 00:00:00 2001 From: Evgeny Khramtsov Date: Fri, 21 Sep 2018 19:02:14 +0300 Subject: [PATCH] Update ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index d31eb5bb3..21376fd40 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,15 +1,20 @@ -> What version of ejabberd are you using? +Environment +----------- +- ejabberd version: 18.06 +- OS: Linux (Debian) +- Installed from: source | distro package | official deb/rpm | official binary installer | other +Configuration (only if needed): grep -Ev '^$|^\s*#' ejabberd.yml +--------------------------------------------------------------------------- +```yaml +loglevel: 4 +... +``` +Errors from error.log/crash.log +------------------------------- +No errors -> What operating system (version) are you using? - - - -> How did you install ejabberd (source, package, distribution)? - - - -> What did not work as expected? Are there error messages in the log? What -> was the unexpected behavior? What was the expected result? - +Bug description +--------------- +Nothing works, plz halp :(