From a08a2ca1ccdf75175a78e89f257f678965909104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9C=A8=E6=A3=AE=20=C2=B7=20=E4=BD=9C=E9=9C=96?= <16236903+NMSAzulX@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:16:58 +0800 Subject: [PATCH] fiexd issue template --- .github/ISSUE_TEMPLATE/feature.yml | 2 +- .github/ISSUE_TEMPLATE/feedback.yml | 2 +- .github/ISSUE_TEMPLATE/tasklist.md | 15 --------------- .github/ISSUE_TEMPLATE/tasks.yml | 4 ++-- .github/project.yml | 8 ++++---- 5 files changed, 8 insertions(+), 23 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/tasklist.md diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 883846f5..db86ae96 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,6 +1,6 @@ name: 💡 新的想法 (Feature request) description: 我知道您有一个比较赞的想法想和我说 (Suggest an idea for this project). -title: "[Feature]:" +title: "[Feature]: " labels: ["enhancement"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feedback.yml b/.github/ISSUE_TEMPLATE/feedback.yml index aca0ab92..2ac5311a 100644 --- a/.github/ISSUE_TEMPLATE/feedback.yml +++ b/.github/ISSUE_TEMPLATE/feedback.yml @@ -1,6 +1,6 @@ name: 📣 和作者进行灵魂沟通 (Feedback) description: 来聊聊咱这个库好在哪里,差在哪里和你的期待在哪里 (Give us general feedback about the repository). -title: "[Feedback]:" +title: "[Feedback]: " labels: ["feedback"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/tasklist.md b/.github/ISSUE_TEMPLATE/tasklist.md deleted file mode 100644 index 223e414f..00000000 --- a/.github/ISSUE_TEMPLATE/tasklist.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: 📃 发起任务 -about: 这里将发起一个任务,谁发起谁主导,不可强制他人完成. -title: '[Task]:' -labels: task - ---- - -### 📃计划清单 - -```[tasklist] -### Natasha 动态方法使用率 -- [x] 1. 已完成计划xxxx。 -- [ ] 2. 未完成计划xxxxx。 -``` \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/tasks.yml b/.github/ISSUE_TEMPLATE/tasks.yml index 88e0bd52..f2a1e121 100644 --- a/.github/ISSUE_TEMPLATE/tasks.yml +++ b/.github/ISSUE_TEMPLATE/tasks.yml @@ -1,6 +1,6 @@ name: 📃 规划任务计划 (Tasks) -description: 创建您的任务计划。在 ISSUE 区进行建议搜集和讨论。 (Create your task plan. Conduct suggestion collection and discussion in the ISSUE area). -title: "[Tasks]:" +description: 创建您的任务计划。在 ISSUE 区进行建议搜集和讨论。 (Create your task plan. Conduct suggestion collection and discussion). +title: "[Tasks]: " labels: ["tasks"] body: - type: markdown diff --git a/.github/project.yml b/.github/project.yml index 612bf9f8..e0cb119b 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -13,7 +13,7 @@ issues_template_configs: - panel_name: " \U0001F4A1 新的想法 (Feature request)" file_name: feature panel_description: 我知道您有一个比较赞的想法想和我说 (Suggest an idea for this project). - pull_request_prefix: '[Feature]:' + pull_request_prefix: '[Feature]: ' pull_request_labels: - name: enhancement description: New feature or request. @@ -21,15 +21,15 @@ issues_template_configs: - panel_name: " \U0001F4E3 和作者进行灵魂沟通 (Feedback)" file_name: feedback panel_description: 来聊聊咱这个库好在哪里,差在哪里和你的期待在哪里 (Give us general feedback about the repository). - pull_request_prefix: '[Feedback]:' + pull_request_prefix: '[Feedback]: ' pull_request_labels: - name: feedback description: Something want to say. color: d4c5f9 - panel_name: " \U0001F4C3 规划任务计划 (Tasks)" file_name: tasks - panel_description: 创建您的任务计划。在 ISSUE 区进行建议搜集和讨论。 (Create your task plan. Conduct suggestion collection and discussion in the ISSUE area). - pull_request_prefix: '[Tasks]:' + panel_description: 创建您的任务计划。在 ISSUE 区进行建议搜集和讨论。 (Create your task plan. Conduct suggestion collection and discussion). + pull_request_prefix: '[Tasks]: ' pull_request_labels: - name: tasks description: This is a tasklist.