From dcb4334c5c2554090d6c9161bd92f46c911015eb Mon Sep 17 00:00:00 2001 From: JKetelaar Date: Mon, 17 Oct 2016 14:48:07 +0200 Subject: [PATCH] [FEATURE] Added Issue template --- .github/ISSUE_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 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 0000000..2fd0c5d --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,20 @@ +* Provide a general summary of the issue in the **Title** above. +* Before you open an issue, please check if a similar issue already exists or has been closed before. + +### Important +Mark with [x] to select. Leave as [ ] to unselect. + +### When reporting a bug/issue: +- [ ] Screenshot +- [ ] The Parabot version and the operating system you're using +- [ ] The behavior you expect to see, and the actual behavior +- [ ] Steps to reproduce the behavior +- [ ] \(optional) Possible solution/fix/workaround + +### When you open an issue for a change/improvement/feature request: +- [ ] A description of the problem you're trying to solve, including _why_ you think this is a problem +- [ ] If the feature changes current behavior, reasons why your solution is better +- [ ] \(optional) Possible solution/fix/workaround + +### Description +... \ No newline at end of file