diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-08-09 17:15:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-09 17:15:51 +0100 |
commit | 18921707b3f8b63ebe62c8bd462938da6f5fd996 (patch) | |
tree | 515b81d5d7d8506469a04db3dd6e12e203bf2587 /.github | |
parent | 58f2e1a3e3638ec6032bd4da5e4006e63fc04495 (diff) | |
download | rspamd-18921707b3f8b63ebe62c8bd462938da6f5fd996.tar.gz rspamd-18921707b3f8b63ebe62c8bd462938da6f5fd996.zip |
[Minor] Update ussue template
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 4ddc0d9bb..19d88fd31 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,7 +3,7 @@ * [x] Crash/Hang/Data loss * [ ] WebUI/Usability * [ ] Serious bug -* [ ] Other bug +* [ ] Ordinary bug * [ ] Feature * [ ] Enhancement @@ -18,13 +18,13 @@ ### Rspamd version: -### Operation system, CPU, memory and environment: +### Operation system, CPU: ### Description (Please provide a descriptive summary of the issue): ### Compile errors (if any): -### Steps to reproduce: +### Relevant logs (see details [here](https://rspamd.com/doc/faq.html#how-to-debug-some-module-in-rspamd)): ### Expected results: @@ -32,6 +32,6 @@ ### Debugging information (see details [here](https://rspamd.com/doc/faq.html#how-to-figure-out-why-rspamd-process-crashed)): -### Configuration: +### Configuration (e.g. `rspamadm configdump module`): ### Additional information: |