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]: "
44labels : ["type:feature", "needs:info", "repository:addons-server"]
55projects : []
66body :
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- ```
177 - type : textarea
188 id : description
199 attributes :
@@ -23,11 +13,18 @@ body:
2313 Be concise and detailed. Avoid vague terms and include relevant links.
2414 placeholder : |
2515 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 : |
2724 ```[tasklist]
28- ### Tasks
29- - [x] Draft task
30- ```
25+ ### Acceptance Criteria
26+ - [ ]
27+ ```
3128 validations :
3229 required : true
3330 - type : checkboxes
3734 description : Checks before submitting the issue
3835 options :
3936 -
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.
4138 required : true
You can’t perform that action at this time.
0 commit comments