From f68c2667dc309f4ddd27545cd3d62698b1ab0f2d Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 19 Dec 2016 21:48:45 +0000 Subject: [PATCH] [Minor] Add github issue template --- .github/ISSUE_TEMPLATE.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md 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: -- 2.39.5