summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@users.noreply.github.com>2018-06-04 08:54:58 -0400
committerGitHub <noreply@github.com>2018-06-04 08:54:58 -0400
commit50a54b528a682e3e988a81083f6926bceb459b7b (patch)
tree0693e427bc3ca364852daf489d515dbd59fea549
parent3fbfa3aee06efdf8a27677eaa1ba6f58631cd296 (diff)
Update ISSUE_TEMPLATE.md
-rw-r--r--ISSUE_TEMPLATE.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
index 2ceb8329..fccc7c58 100644
--- a/ISSUE_TEMPLATE.md
+++ b/ISSUE_TEMPLATE.md
@@ -1,4 +1,4 @@
-Before you create an issue, please make sure you have read the FAQ at https://github.com/pliablepixels/zmNinja/wiki/FAQ. Common questions on API, no image etc are covered there.
+Before you create an issue, please make sure you have read the [FAQ](https://github.com/pliablepixels/zmNinja/wiki/FAQ). Common questions on API, no image etc are covered there.
@@ -17,5 +17,11 @@ Before you create an issue, please make sure you have read the FAQ at https://gi
**Details**
Describe in detail. If its a bug, please describe what is happening, what should happen and how to reproduce if its not obvious
+**Debug Logs** (if applicable)
+```
+
+<insert debug logs here>
+
+```
Thanks!