summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2017-12-15 09:57:12 +0800
committerRi Xu <xuri.me@gmail.com>2017-12-15 09:57:12 +0800
commitaf737dd3f6a184137f744904cd3fff713effc64c (patch)
treee6ef94bef42737238364331350c5e9cc043b217f /.github
parent749d12eecec96bd2bd7c4604a1f4ef36643306ce (diff)
Issue template added.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..a816110
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,38 @@
+<!--
+If you are reporting a new issue, make sure that we do not have any duplicates
+already open. You can ensure this by searching the issue list for this
+repository. If there is a duplicate, please close your issue and add a comment
+to the existing issue instead.
+
+Use the commands below to provide key information from your environment:
+You do NOT have to include this information if this is a FEATURE REQUEST
+-->
+
+**Description**
+
+<!--
+Briefly describe the problem you are having in a few paragraphs.
+-->
+
+**Steps to reproduce the issue:**
+1.
+2.
+3.
+
+**Describe the results you received:**
+
+
+**Describe the results you expected:**
+
+
+**Output of `go version`:**
+
+```
+(paste your output here)
+```
+
+**Excelize version or commit ID:**
+
+```
+(paste here)
+```