From 4cf7b40d46e54b8e0ac0727524ece183eb4f136f Mon Sep 17 00:00:00 2001 From: tarlepp Date: Sat, 1 Oct 2016 17:12:52 +0300 Subject: [PATCH] Added template for new issues. --- .github/ISSUE_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 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..37a7a1c --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,11 @@ +**Steps to reproduce and a minimal demo of the problem** + +_What steps should we try in your demo to see the problem?_ + +**Current behavior** + + +**Expected/desired behavior** + + +**Other information** \ No newline at end of file