From a1708e9b68837c6bacad6702650d57063637cff0 Mon Sep 17 00:00:00 2001 From: MaYuanhai <414199639@qq.com> Date: Wed, 3 Apr 2019 13:40:24 +0800 Subject: [PATCH 1/9] perf: select demo add default-first-option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 其实这个属性还是看作者写菜单模糊搜索下拉框时候发现的,觉得体验非常棒。虽然文章模块这里只是一个示例,但是我觉得还是加上比较好。 --- src/views/example/components/ArticleDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/example/components/ArticleDetail.vue b/src/views/example/components/ArticleDetail.vue index 55d825fe..2213e927 100644 --- a/src/views/example/components/ArticleDetail.vue +++ b/src/views/example/components/ArticleDetail.vue @@ -28,7 +28,7 @@ From 4ad51be2db63204cb8ef92e76edd4ecb04896843 Mon Sep 17 00:00:00 2001 From: Pan Date: Wed, 3 Apr 2019 14:23:44 +0800 Subject: [PATCH 2/9] chore: add issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 7 ++++++ .github/ISSUE_TEMPLATE/question.md | 14 +++++++++++ 3 files changed, 51 insertions(+) create mode 100755 .github/ISSUE_TEMPLATE/bug_report.md create mode 100755 .github/ISSUE_TEMPLATE/feature_request.md create mode 100755 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100755 index 00000000..c5b951f5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report(报告问题) +about: Create a report to help us improve +--- + +## Bug report(问题描述) + +#### Steps to reproduce(问题复现步骤) + + +#### Screenshot or Gif(截图或动态图) + + +#### Link to minimal reproduction (最小可在线还原demo) + + + +#### Other relevant information(格外信息) +- Your OS: +- Node.js version: +- vue-element-admin version: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100755 index 00000000..c33d10d4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,7 @@ +--- +name: Feature Request(新功能建议) +about: Suggest an idea for this project +--- + +## Feature request(新功能建议) + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100755 index 00000000..96be4532 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,14 @@ +--- +name: Question(提问) +about: Asking questions about use +--- + +## Question(提问) + + From cba0b789d08df365c3820f995675d431b310f0a3 Mon Sep 17 00:00:00 2001 From: Pan Date: Wed, 3 Apr 2019 14:28:03 +0800 Subject: [PATCH 3/9] chore: update issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c5b951f5..1a114bc0 100755 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,8 +4,11 @@ about: Create a report to help us improve --- + + ## Bug report(问题描述) #### Steps to reproduce(问题复现步骤) @@ -18,7 +21,7 @@ about: Create a report to help us improve #### Screenshot or Gif(截图或动态图) -#### Link to minimal reproduction (最小可在线还原demo) +#### Link to minimal reproduction(最小可在线还原demo)