Skip to content

Commit a46d231

Browse files
committed
tmp
1 parent f0217f0 commit a46d231

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/ISSUE_TEMPLATE/task-addons-server.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ title: "[Task]: "
44
labels: ["type:feature", "needs:info", "repository:addons-server"]
55
projects: []
66
body:
7-
- type: markdown
8-
id: tasklist
7+
- type: textarea
8+
id: tasks
99
attributes:
10+
label: Tasks
11+
description: Some tasks
1012
value: |
11-
```[tasklist]
13+
```[tasklist]
1214
### Tasks
1315
- [x] Draft task
1416
```
@@ -19,7 +21,13 @@ body:
1921
description: |
2022
A few sentences describing what the task aims to achieve. It can be a simple sentence or a story formatted paragraph.
2123
Be concise and detailed. Avoid vague terms and include relevant links.
22-
placeholder: As a <blank>, I want to <blank, so that I can <blank>
24+
placeholder: |
25+
As a <blank>, I want to <blank, so that I can <blank>
26+
27+
```[tasklist]
28+
### Tasks
29+
- [x] Draft task
30+
```
2331
validations:
2432
required: true
2533
- type: checkboxes

0 commit comments

Comments
 (0)