diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 37ff7379..92474d1e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: 反馈遇到的问题 / 发现的Bug title: '' -labels: '' +labels: 'Bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 73ae2ae4..982d0749 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: 提出需求 / 优化 / 建议 title: '' -labels: '' +labels: 'feature' assignees: '' --- @@ -16,5 +16,5 @@ assignees: '' ### 描述您考虑过的备选方案 / 建议 -#### 我想要认领此需求 / 优化 +### 我想要认领此需求 / 优化 diff --git a/.github/ISSUE_TEMPLATE/pr_request.md b/.github/ISSUE_TEMPLATE/pr_request.md new file mode 100644 index 00000000..44e66a2d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/pr_request.md @@ -0,0 +1,17 @@ +--- +name: PR +about: 关于某个PR的详细描述 +title: '[类型]: xxx' +labels: 'pr' +assignees: '' + +--- + +### 改动原因 + + +### 改动内容 + + +### 改动验证: + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..fcb89842 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ + + +### 改动内容 + + +### Issue +