From d96440edc480976e3ec48958c68e67f7a506ad32 Mon Sep 17 00:00:00 2001 From: xuri Date: Tue, 15 May 2018 21:00:56 +0800 Subject: - Performance optimization 20% faster, 14% memory savings on set cell values; - Using the canonical syntax in issue template and contributing guide; - go test has been updated --- .github/ISSUE_TEMPLATE.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d93dd0d..5d7e931 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -21,19 +21,17 @@ Briefly describe the problem you are having in a few paragraphs. **Describe the results you received:** - **Describe the results you expected:** - **Output of `go version`:** -``` +```text (paste your output here) ``` **Excelize version or commit ID:** -``` +```text (paste here) ``` -- cgit v1.2.1