From 4bfb6b96647267746d6baaf8b1e2ede3f8581963 Mon Sep 17 00:00:00 2001 From: click33 <36243476+click33@users.noreply.github.com> Date: Mon, 27 Mar 2023 17:33:18 +0800 Subject: [PATCH 1/3] Update issue templates --- .github/ISSUE_TEMPLATE/功能提问-.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/建议增加新功能.md | 9 +++++++++ 2 files changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/功能提问-.md diff --git a/.github/ISSUE_TEMPLATE/功能提问-.md b/.github/ISSUE_TEMPLATE/功能提问-.md new file mode 100644 index 00000000..d579fe05 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/功能提问-.md @@ -0,0 +1,13 @@ +--- +name: 功能提问: +about: "..." +title: '' +labels: '' +assignees: '' + +--- + +### 对以下问题有疑问: + + +< 备注:请尽量详细描述问题所在 > diff --git a/.github/ISSUE_TEMPLATE/建议增加新功能.md b/.github/ISSUE_TEMPLATE/建议增加新功能.md index e999e52c..c8eef3bf 100644 --- a/.github/ISSUE_TEMPLATE/建议增加新功能.md +++ b/.github/ISSUE_TEMPLATE/建议增加新功能.md @@ -1,3 +1,12 @@ +--- +name: 建议增加新功能 +about: "..." +title: '' +labels: '' +assignees: '' + +--- + ### 建议增加的新功能: From 14045359dd257d801bdebf1e712d3e17982bd434 Mon Sep 17 00:00:00 2001 From: click33 <36243476+click33@users.noreply.github.com> Date: Mon, 27 Mar 2023 17:38:19 +0800 Subject: [PATCH 2/3] Update issue templates --- .github/ISSUE_TEMPLATE/bug反馈.md | 9 +++++++++ .github/ISSUE_TEMPLATE/功能提问-.md | 13 ------------- .github/ISSUE_TEMPLATE/功能提问.md | 9 +++++++++ .github/ISSUE_TEMPLATE/建议增加新功能.md | 2 +- .github/ISSUE_TEMPLATE/预期不符.md | 9 +++++++++ 5 files changed, 28 insertions(+), 14 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/功能提问-.md diff --git a/.github/ISSUE_TEMPLATE/bug反馈.md b/.github/ISSUE_TEMPLATE/bug反馈.md index 16ee68e3..331f5772 100644 --- a/.github/ISSUE_TEMPLATE/bug反馈.md +++ b/.github/ISSUE_TEMPLATE/bug反馈.md @@ -1,3 +1,12 @@ +--- +name: bug反馈 +about: 点击创建 +title: '' +labels: '' +assignees: '' + +--- + ### 使用版本: diff --git a/.github/ISSUE_TEMPLATE/功能提问-.md b/.github/ISSUE_TEMPLATE/功能提问-.md deleted file mode 100644 index d579fe05..00000000 --- a/.github/ISSUE_TEMPLATE/功能提问-.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: 功能提问: -about: "..." -title: '' -labels: '' -assignees: '' - ---- - -### 对以下问题有疑问: - - -< 备注:请尽量详细描述问题所在 > diff --git a/.github/ISSUE_TEMPLATE/功能提问.md b/.github/ISSUE_TEMPLATE/功能提问.md index f85c8b64..6cadee79 100644 --- a/.github/ISSUE_TEMPLATE/功能提问.md +++ b/.github/ISSUE_TEMPLATE/功能提问.md @@ -1,3 +1,12 @@ +--- +name: 功能提问 +about: 点击创建 +title: '' +labels: '' +assignees: '' + +--- + ### 对以下问题有疑问: diff --git a/.github/ISSUE_TEMPLATE/建议增加新功能.md b/.github/ISSUE_TEMPLATE/建议增加新功能.md index c8eef3bf..8fc8094a 100644 --- a/.github/ISSUE_TEMPLATE/建议增加新功能.md +++ b/.github/ISSUE_TEMPLATE/建议增加新功能.md @@ -1,6 +1,6 @@ --- name: 建议增加新功能 -about: "..." +about: 点击创建 title: '' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/预期不符.md b/.github/ISSUE_TEMPLATE/预期不符.md index 366e7753..f043613f 100644 --- a/.github/ISSUE_TEMPLATE/预期不符.md +++ b/.github/ISSUE_TEMPLATE/预期不符.md @@ -1,3 +1,12 @@ +--- +name: 预期不符 +about: 点击创建 +title: '' +labels: '' +assignees: '' + +--- + ### 使用版本: From 3bd12e80875a7bea6ffa77cabcc88eea3c00bd68 Mon Sep 17 00:00:00 2001 From: click33 <36243476+click33@users.noreply.github.com> Date: Mon, 27 Mar 2023 17:45:43 +0800 Subject: [PATCH 3/3] Update issue templates --- .github/ISSUE_TEMPLATE/bug反馈.md | 2 +- .github/ISSUE_TEMPLATE/功能提问.md | 2 +- .github/ISSUE_TEMPLATE/建议增加新功能.md | 2 +- .github/ISSUE_TEMPLATE/预期不符.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug反馈.md b/.github/ISSUE_TEMPLATE/bug反馈.md index 331f5772..827b5315 100644 --- a/.github/ISSUE_TEMPLATE/bug反馈.md +++ b/.github/ISSUE_TEMPLATE/bug反馈.md @@ -1,6 +1,6 @@ --- name: bug反馈 -about: 点击创建 +about: 当你明确框架存在 bug 时,选择这个模板提交 title: '' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/功能提问.md b/.github/ISSUE_TEMPLATE/功能提问.md index 6cadee79..49f1a94e 100644 --- a/.github/ISSUE_TEMPLATE/功能提问.md +++ b/.github/ISSUE_TEMPLATE/功能提问.md @@ -1,6 +1,6 @@ --- name: 功能提问 -about: 点击创建 +about: 对框架的某个功能看不明白时,选择这个模板提交 title: '' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/建议增加新功能.md b/.github/ISSUE_TEMPLATE/建议增加新功能.md index 8fc8094a..79554268 100644 --- a/.github/ISSUE_TEMPLATE/建议增加新功能.md +++ b/.github/ISSUE_TEMPLATE/建议增加新功能.md @@ -1,6 +1,6 @@ --- name: 建议增加新功能 -about: 点击创建 +about: 当你有一个好 idea 时,选择这个模板提交 title: '' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/预期不符.md b/.github/ISSUE_TEMPLATE/预期不符.md index f043613f..3ae76bc3 100644 --- a/.github/ISSUE_TEMPLATE/预期不符.md +++ b/.github/ISSUE_TEMPLATE/预期不符.md @@ -1,6 +1,6 @@ --- name: 预期不符 -about: 点击创建 +about: 当框架的运行结果和你的预期不一致时,选择这个模板提交 title: '' labels: '' assignees: ''