Skip to content

Commit

Permalink
fixed task yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NMSAzulX committed Apr 30, 2024
1 parent ea8c8e5 commit 4d3d534
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 28 deletions.
18 changes: 4 additions & 14 deletions .github/ISSUE_TEMPLATE/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,16 @@ body:
感谢您为此项目提出具体的任务计划.(Thank you for proposing specific task plans for this project!)
- type: textarea
id: story
id: repro
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.
...
### 删除并添加标题
- [x] 1. 已完成计划xxxx。
- [ ] 2. 未完成计划xxxxx。
```
render: bash
validations:
Expand Down
18 changes: 4 additions & 14 deletions .github/NMS_TEMPLATE/tasks.issue.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,16 @@ body:
感谢您为此项目提出具体的任务计划.(Thank you for proposing specific task plans for this project!)

- type: textarea
id: story
id: repro
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.
...
### 删除并添加标题
- [x] 1. 已完成计划xxxx。
- [ ] 2. 未完成计划xxxxx。
```
render: bash
validations:
Expand Down

0 comments on commit 4d3d534

Please sign in to comment.