Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/new-blog-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ body:
- type: textarea
attributes:
label: Acceptance Criteria
value: |
```[tasklist]
### Acceptance Criteria
```
description: The items to complete in order to satisfy the Definition of Done.
validations:
required: true
render: markdown

- type: checkboxes
- type: textarea
attributes:
label: ToDo Items
description: Complete the following items before requesting a PR review.
options:
- label: Issue linked to the correct project _(if applicable)_.
- label: Draft pull request created and linked to this issue _(only required with code changes)_.
value: |
### The items to complete to satisfy the Definition of Done.
- [ ] Issue linked to the correct project _(if applicable)_.
- [ ] Draft pull request created and linked to this issue _(only required with code changes)_.
validations:
required: true
render: markdown

- type: checkboxes
id: terms
Expand Down
Loading