File tree Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,6 @@ title: "[Task]: "
4
4
labels : ["type:feature", "needs:info", "repository:addons-server"]
5
5
projects : []
6
6
body :
7
- - type : textarea
8
- id : tasks
9
- attributes :
10
- label : Tasks
11
- description : Some tasks
12
- value : |
13
- ```[tasklist]
14
- ### Tasks
15
- - [x] Draft task
16
- ```
17
7
- type : textarea
18
8
id : description
19
9
attributes :
@@ -23,11 +13,18 @@ body:
23
13
Be concise and detailed. Avoid vague terms and include relevant links.
24
14
placeholder : |
25
15
As a <blank>, I want to <blank, so that I can <blank>
26
-
16
+ validations :
17
+ required : true
18
+ - type : textarea
19
+ id : acceptance
20
+ attributes :
21
+ label : Acceptance Criteria
22
+ description : List of milestones or checkpoints that if met verify the task has been completed.
23
+ value : |
27
24
```[tasklist]
28
- ### Tasks
29
- - [x] Draft task
30
- ```
25
+ ### Acceptance Criteria
26
+ - [ ]
27
+ ```
31
28
validations :
32
29
required : true
33
30
- type : checkboxes
37
34
description : Checks before submitting the issue
38
35
options :
39
36
-
40
- label : If the issue is ready to work on, remove the "needs:info" label
37
+ label : If the issue is ready to work on, I have removed the "needs:info" label and added an assignee.
41
38
required : true
You can’t perform that action at this time.
0 commit comments