From cf213859cf31b9d256d6d65da2c70bfce76c3ae8 Mon Sep 17 00:00:00 2001 From: CalvinWilkinson Date: Sat, 25 Oct 2025 11:18:58 +0100 Subject: [PATCH 1/2] Start work for issue #105 From c6ff8fb4c8fb123eafbf5e18df794d7e80eba909 Mon Sep 17 00:00:00 2001 From: CalvinWilkinson Date: Sat, 25 Oct 2025 11:22:43 +0100 Subject: [PATCH 2/2] config: update issue template --- .github/ISSUE_TEMPLATE/new-blog-post.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-blog-post.yml b/.github/ISSUE_TEMPLATE/new-blog-post.yml index fedf44f..9d9f5c5 100644 --- a/.github/ISSUE_TEMPLATE/new-blog-post.yml +++ b/.github/ISSUE_TEMPLATE/new-blog-post.yml @@ -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