Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Collins <thepatrickcollins@gmail.com>2017-10-16 06:41:12 +0300
committerGitHub <noreply@github.com>2017-10-16 06:41:12 +0300
commita9653ee2465e1cd40c7e5810116ed70ce2634ea8 (patch)
tree625ab79fbaeee20142e832a0ad8d91d3881035c7
parent9bf1513d24b3cd0faea021c28109c2295b2dc863 (diff)
Create ISSUE_TEMPLATE.md
-rw-r--r--.github/ISSUE_TEMPLATE.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..c79ccaa
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,24 @@
+# Title
+
+Please make your title brief, yet descriptive. Make it clear whether its either a bug, feature, question, etc.
+
+# Prerequisites
+
+Please answer the following questions for yourself before submitting an issue.
+
+- [ ] I am running the latest version of [Hugo](https://github.com/gohugoio/hugo/releases)
+- [ ] I am using the latest version of [Hugo-Future-Imperfect](https://github.com/jpescador/hugo-future-imperfect/releases)
+- [ ] I checked the [documentation](https://github.com/jpescador/hugo-future-imperfect/wiki) and found no answer
+- [ ] I checked the [issues](https://github.com/jpescador/hugo-future-imperfect/issues?utf8=%E2%9C%93&q=is%3Aissue) to make sure that this issue has not already been filed
+
+**YOU MAY DELETE THE TITLE PREREQUISITES SECTIONS.**
+
+---
+
+# Feature or Expected Behavior
+
+Please describe the behavior you are expecting, or feature that you are requesting. Please be as detailed as possible. Feel free to include code snippets.
+
+# Current Behavior
+
+What is the current behavior? Which templates are the source of the issue?