Skip to content

Commit

Permalink
fiexd issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
NMSAzulX committed Apr 30, 2024
1 parent 4d3d534 commit a08a2ca
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 💡 新的想法 (Feature request)
description: 我知道您有一个比较赞的想法想和我说 (Suggest an idea for this project).
title: "[Feature]:"
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feedback.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 📣 和作者进行灵魂沟通 (Feedback)
description: 来聊聊咱这个库好在哪里,差在哪里和你的期待在哪里 (Give us general feedback about the repository).
title: "[Feedback]:"
title: "[Feedback]: "
labels: ["feedback"]
body:
- type: markdown
Expand Down
15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/tasklist.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/tasks.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ 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.
color: a2eeef
- 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.
Expand Down

0 comments on commit a08a2ca

Please sign in to comment.