From c40063cc88944285f77aa0760251e8fb92063f05 Mon Sep 17 00:00:00 2001 From: Reinhold Lauer Date: Thu, 19 Oct 2017 13:46:14 +0700 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..7dd34bb --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,26 @@ +### Prerequisites + +* [ ] Can you reproduce the problem? +* [ ] Are you running the latest version? +* [ ] Did you read the user manual? +* [ ] Are you reporting to the correct repository? + +For more information, see the `CONTRIBUTING` guide. + +### Description + +[Description of the bug or feature] + +### Steps to Reproduce + +1. [First Step] +2. [Second Step] +3. [and so on...] + +**Expected behavior:** [What you expected to happen] + +**Actual behavior:** [What actually happened] + +### Versions + +Which version are you using?