diff options
author | Mickael Remond <mremond@process-one.net> | 2019-09-09 12:13:27 +0200 |
---|---|---|
committer | Mickael Remond <mremond@process-one.net> | 2019-09-09 12:13:27 +0200 |
commit | bd83bb0790a0fc8cbcc8cb23d4151ece45396e3a (patch) | |
tree | 140cda1eb5ec56dcecc353705bad96d7424fd729 | |
parent | Use email field type to avoid jid capitalization on iOS (diff) | |
parent | Fix typos in issue template (diff) |
Merge branch 'master' of github.com:processone/ejabberd
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 27 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 4 |
2 files changed, 21 insertions, 10 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bb5a6e196..647cf9245 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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.) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 751cb5de0..da5b6ff25 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,9 @@ --- name: Feature request about: Suggest an idea for this project -labels: +title: '' +labels: Kind:Feature +assignees: '' --- |