From efd1d1722579e7e9f8403abf99b0c93a33bdc598 Mon Sep 17 00:00:00 2001 From: liurunze <1414556676@qq.com> Date: Mon, 27 Jul 2020 18:46:29 +0800 Subject: [PATCH] docs(docs): readme en documentation, 1. readme en documentation 2. issue template --- .github/ISSUE_TEMPLATE/{b.md => bug_report_zh.md} | 6 +++--- .github/ISSUE_TEMPLATE/feature_request.md | 5 +---- .github/ISSUE_TEMPLATE/{----.md => feature_request_zh.md} | 0 README-zh.md | 2 +- README.md | 2 +- 5 files changed, 6 insertions(+), 9 deletions(-) rename .github/ISSUE_TEMPLATE/{b.md => bug_report_zh.md} (87%) rename .github/ISSUE_TEMPLATE/{----.md => feature_request_zh.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/b.md b/.github/ISSUE_TEMPLATE/bug_report_zh.md similarity index 87% rename from .github/ISSUE_TEMPLATE/b.md rename to .github/ISSUE_TEMPLATE/bug_report_zh.md index d50baeb..41e3236 100644 --- a/.github/ISSUE_TEMPLATE/b.md +++ b/.github/ISSUE_TEMPLATE/bug_report_zh.md @@ -1,7 +1,7 @@ --- -name: '' -about: 为这个项目提出想法 -title: '' +name: '错误报告' +about: 创建报告帮助我们改进 +title: '[BUG]发现了个bug' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 50161b9..e05c922 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,13 +8,10 @@ assignees: '' --- **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +A clear and concise description of what the problem is. **Describe the solution you'd like** A clear and concise description of what you want to happen. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - **Additional context** Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/feature_request_zh.md similarity index 100% rename from .github/ISSUE_TEMPLATE/----.md rename to .github/ISSUE_TEMPLATE/feature_request_zh.md diff --git a/README-zh.md b/README-zh.md index 7b07c16..e2b8aca 100644 --- a/README-zh.md +++ b/README-zh.md @@ -29,7 +29,7 @@ Luckysheet ,一款纯前端类似excel的在线表格,功能强大、配置 ## 文档 [在线demo](https://mengshukeji.github.io/LuckysheetDemo/) -[在线文档](https://mengshukeji.github.io/LuckysheetDocs/) +[在线文档](https://mengshukeji.github.io/LuckysheetDocs/zh/) ## 环境 [Node.js](https://nodejs.org/en/) Version >= 6 diff --git a/README.md b/README.md index 6665370..1b8750c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Luckysheet is an online spreadsheet like excel that is powerful, simple to confi ## Documentation [Online demo](https://mengshukeji.github.io/LuckysheetDemo/) -[Online documentation](https://mengshukeji.github.io/LuckysheetDocs/en/) +[Online documentation](https://mengshukeji.github.io/LuckysheetDocs/) ## Requirements [Node.js](https://nodejs.org/en/) Version >= 6