From af737dd3f6a184137f744904cd3fff713effc64c Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Fri, 15 Dec 2017 09:57:12 +0800 Subject: [PATCH] Issue template added. --- .github/ISSUE_TEMPLATE.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 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..a816110 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,38 @@ + + +**Description** + + + +**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) +```