Skip to content

Commit

Permalink
增加任务模板
Browse files Browse the repository at this point in the history
  • Loading branch information
NMSAzulX committed Apr 30, 2024
1 parent 49f06a7 commit 2626013
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
感谢您能抽出时间填写这个 Feature 表单.(Thanks for taking the time to fill out this feature report!)
感谢您能抽出时间填写这个 Feedback 表单.(Thank you for taking the time to fill out this Feedback form!)
- type: textarea
id: loved
Expand Down
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/tasks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: 📃 规划任务计划 (Tasks)
description: 创建您的任务计划。在 ISSUE 区进行建议搜集和讨论。 (Create your task plan. Conduct suggestion collection and discussion in the ISSUE area).
title: "[Tasks]:"
labels: ["tasks"]
body:
- type: markdown
attributes:
value: |
感谢您为此项目提出具体的任务计划.(Thank you for proposing specific task plans for this project!)
- type: textarea
id: story
attributes:
label: 💡 描述一下你理想中的任务计划 (Describe the tasks you'd like).
description: 请简单清晰地描述一下每条任务(Please describe each task simply and clearly.).
placeholder: Feature Context!
validations:
required: false

- type: textarea
id: repro
attributes:
label: Reproduction steps
description: "How do you trigger this bug? Please walk us through it step by step."
value: |
### 📃计划清单
```[tasklist]
1.
2.
3.
...
```
render: bash
validations:
required: true


2 changes: 1 addition & 1 deletion .github/NMS_TEMPLATE/feedback.issue.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
感谢您能抽出时间填写这个 Feature 表单.(Thanks for taking the time to fill out this feature report!)
感谢您能抽出时间填写这个 Feedback 表单.(Thank you for taking the time to fill out this Feedback form!)

- type: textarea
id: loved
Expand Down
37 changes: 37 additions & 0 deletions .github/NMS_TEMPLATE/tasks.issue.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
${{name}}
${{description}}
${{title}}
${{labels}}
body:
- type: markdown
attributes:
value: |
感谢您为此项目提出具体的任务计划.(Thank you for proposing specific task plans for this project!)

- type: textarea
id: story
attributes:
label: 💡 描述一下你理想中的任务计划 (Describe the tasks you'd like).
description: 请简单清晰地描述一下每条任务(Please describe each task simply and clearly.).
placeholder: Feature Context!
validations:
required: false

- type: textarea
id: repro
attributes:
label: Reproduction steps
description: "How do you trigger this bug? Please walk us through it step by step."
value: |
### 📃计划清单
```[tasklist]
1.
2.
3.
...
```
render: bash
validations:
required: true


8 changes: 8 additions & 0 deletions .github/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ issues_template_configs:
- 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]:'
pull_request_labels:
- name: tasks
description: This is a tasklist.
color: 5319e7
action:
folded_projects:
global_labels:
Expand Down
1 change: 1 addition & 0 deletions Natasha.sln
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nms.template", "nms.templat
.github\NMS_TEMPLATE\dependency.yml.template = .github\NMS_TEMPLATE\dependency.yml.template
.github\NMS_TEMPLATE\feature.issue.template = .github\NMS_TEMPLATE\feature.issue.template
.github\NMS_TEMPLATE\feedback.issue.template = .github\NMS_TEMPLATE\feedback.issue.template
.github\NMS_TEMPLATE\tasks.issue.template = .github\NMS_TEMPLATE\tasks.issue.template
.github\NMS_TEMPLATE\test.yml.template = .github\NMS_TEMPLATE\test.yml.template
EndProjectSection
EndProject
Expand Down

0 comments on commit 2626013

Please sign in to comment.