Skip to content

Commit ba6f97c

Browse files
committed
tmp
1 parent 6579eb7 commit ba6f97c

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

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

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ title: "[Task]: "
44
labels: ["type:feature", "needs:info", "repository:addons-server"]
55
projects: []
66
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-
```
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
@@ -37,5 +34,5 @@ body:
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

0 commit comments

Comments
 (0)