File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ title: "[Task]: "
4
4
labels : ["type:feature", "needs:info", "repository:addons-server"]
5
5
projects : []
6
6
body :
7
- - type : markdown
8
- id : tasklist
7
+ - type : textarea
8
+ id : tasks
9
9
attributes :
10
+ label : Tasks
11
+ description : Some tasks
10
12
value : |
11
- ```[tasklist]
13
+ ` ` ` [tasklist]
12
14
### Tasks
13
15
- [x] Draft task
14
16
` ` `
19
21
description : |
20
22
A few sentences describing what the task aims to achieve. It can be a simple sentence or a story formatted paragraph.
21
23
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
+ ```
23
31
validations :
24
32
required : true
25
33
- type : checkboxes
You can’t perform that action at this time.
0 commit comments