diff options
author | xuri <xuri.me@gmail.com> | 2018-05-15 21:00:56 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2018-05-15 21:00:56 +0800 |
commit | d96440edc480976e3ec48958c68e67f7a506ad32 (patch) | |
tree | 0827d1441c2fed3acbb387b6d4c5cc8e3614cf52 /.github/ISSUE_TEMPLATE.md | |
parent | 167554bfeca1bca54e36d761e2be159358736c9e (diff) |
- 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
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 6 |
1 files changed, 2 insertions, 4 deletions
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) ``` |