From 4b860732c0e4f415446b2b907472f1a569575dba Mon Sep 17 00:00:00 2001 From: sudoooooo Date: Mon, 18 Mar 2024 19:34:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0pr=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- .github/ISSUE_TEMPLATE/pr_request.md | 17 +++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 4 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/pr_request.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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 +