From 1d64ba59ca4b278b42b7fdf59fef4c6f8a773459 Mon Sep 17 00:00:00 2001 From: Ali Karbassi Date: Wed, 11 Oct 2017 10:19:09 -0500 Subject: [PATCH] Create ISSUE_TEMPLATE.md (#235) --- ISSUE_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..3402084 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,22 @@ +**Do you want to request a *feature* or report a *bug*?** + + +**What is the current behavior?** + + +**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.** + + +**What is the expected behavior?** + + +**Which versions todo.sh are you using?** +> Run `todo.sh -V` + + +**Which Operating System are you using?** + + +**Which version of bash are you using?** +> Run `bash --version` +