From 4a65b823db319920b236e4a5b35b3eef6b889c70 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 4 Apr 2018 19:27:33 +0200 Subject: [PATCH] Create issue_template.md --- .github/issue_template.md | 16 ++++++++++++++++ 1 file changed, 16 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..24e91a4e7 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,16 @@ +## Steps to reproduce the issue + +*Provide instructions for reproducing the issue. Make sure to include +all neccessary source files. (You can simply drag&drop a .zip file into +the issue editor.)* + +## Expected behavior + +*Please describe the behavior you would have expected from the tool.* + +## Actual behavior + +*Please describe how the behavior you see differs from the expected behavior.* + +**Important Note:** Nobody will be able to help you and/or fix the issue if you +do not provide sufficient information for reproducing the problem. -- 2.30.2