Skip to content

Commit 51a9b9d

Browse files
committed
tmp
1 parent a0d9e26 commit 51a9b9d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,16 @@ body:
1212
A few sentences describing what the task aims to achieve. It can be a simple sentence or a story formatted paragraph.
1313
Be concise and detailed. Avoid vague terms and include relevant links.
1414
placeholder: As a <blank>, I want to <blank, so that I can <blank>
15+
value: ""
1516
validations:
16-
required: true
17+
required: true
18+
- type: markdown
19+
id: acceptance
20+
attributes:
21+
label: Acceptance Criteria
22+
description: |
23+
List of milestones or checkpoints that if met verify the task has been completed.
24+
value: |
25+
```[tasklist]
26+
### Tasks
27+
```

0 commit comments

Comments
 (0)