From 005381224701d11902f2b4064bc9e5d18af50dc6 Mon Sep 17 00:00:00 2001 From: oppofind <836575280@qq.com> Date: Mon, 31 Aug 2020 21:59:39 +0800 Subject: [PATCH] update issue templates. --- .gitee/ISSUE_TEMPLATE.zh-CN.md | 2 +- .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitee/ISSUE_TEMPLATE.zh-CN.md b/.gitee/ISSUE_TEMPLATE.zh-CN.md index 753a40f..ee2f770 100644 --- a/.gitee/ISSUE_TEMPLATE.zh-CN.md +++ b/.gitee/ISSUE_TEMPLATE.zh-CN.md @@ -1,5 +1,5 @@ ### 当前使用版本(必须填写清楚,否则不予处理) -注意:请自行从maven仓库或者是github tag确认你当前使用的是最新版的smart-doc或者相关插件, +注意:请自行从maven仓库或者是[github](https://github.com/smart-doc-group/smart-doc) tag确认你当前使用的是最新版的smart-doc或者相关插件, 历史版本的问题官方将拒绝处理。 ### 该问题是怎么引起的(如果最新版本已经修复的,会直接关闭)? diff --git a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md index 89f1d4b..175348f 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md +++ b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md @@ -1 +1 @@ -gitee不接收pull request,请前往github \ No newline at end of file +gitee不接收pull request,请前往[github](https://github.com/smart-doc-group/smart-doc) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 50d2775..742ca6e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,9 +3,9 @@ name: Feature Request 💡 about: Suggest a new idea for the project. labels: enhancement --- -## Summary +## Summary(关于这个pr的描述) Brief explanation of the feature. -### Basic example +### Basic example(pr的用例) If the proposal involves a new or changed API, include a basic code example. Omit this section if it's not applicable. -### Motivation +### Motivation(提出这个pr目的) Why are we doing this? What use cases does it support? What is the expected outcome? \ No newline at end of file