diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-12-19 21:48:45 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-12-19 21:48:45 +0000 |
commit | f68c2667dc309f4ddd27545cd3d62698b1ab0f2d (patch) | |
tree | e11ae90e1091cebc9bcda3dff15033d9237f63d9 /.github | |
parent | bdbb4b48f5163a521fe8a5adb47cafa6edf92aeb (diff) | |
download | rspamd-f68c2667dc309f4ddd27545cd3d62698b1ab0f2d.tar.gz rspamd-f68c2667dc309f4ddd27545cd3d62698b1ab0f2d.zip |
[Minor] Add github issue template
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..5f54e9dca --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,37 @@ +### Classification (Please choose *one* option): + +* [x] Crash/Hang/Data loss +* [ ] WebUI/Usability +* [ ] Serious bug +* [ ] Other bug +* [ ] Feature +* [ ] Enhancement + +### Reproducibility (Please choose *one* option): + +* [X] Always +* [ ] Sometimes +* [ ] Rarely +* [ ] Unable +* [ ] I didn’t try +* [ ] Not applicable + +### Rspamd version: + +### Operation system, CPU, memory and environment: + +### Description (Please provide a descriptive summary of the issue): + +### Compile errors (if any): + +### Steps to reproduce: + +### Expected results: + +### Actual results: + +### Debugging information (See https://rspamd.com/doc/faq.html#how-to-figure-out-why-rspamd-process-crashed): + +### Configuration: + +### Additional information: |