We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d9e26 commit 51a9b9dCopy full SHA for 51a9b9d
.github/ISSUE_TEMPLATE/task-addons-server.yml
@@ -12,5 +12,16 @@ body:
12
A few sentences describing what the task aims to achieve. It can be a simple sentence or a story formatted paragraph.
13
Be concise and detailed. Avoid vague terms and include relevant links.
14
placeholder: As a <blank>, I want to <blank, so that I can <blank>
15
+ value: ""
16
validations:
- 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