From 9adf5b574e38a0428e89a0cfb441251c2950319a Mon Sep 17 00:00:00 2001 From: AttackOnMorty Date: Wed, 8 May 2024 11:41:28 +1000 Subject: [PATCH] feat: Update tasklist format in issue templates --- .github/ISSUE_TEMPLATE/0-feature.md | 3 ++- .github/ISSUE_TEMPLATE/1-bug.md | 2 ++ .github/ISSUE_TEMPLATE/2-docs.md | 3 ++- .github/ISSUE_TEMPLATE/3-refactor.md | 3 ++- .github/ISSUE_TEMPLATE/4-devops.md | 3 ++- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/0-feature.md b/.github/ISSUE_TEMPLATE/0-feature.md index 3ae93d8f..1bf1833a 100644 --- a/.github/ISSUE_TEMPLATE/0-feature.md +++ b/.github/ISSUE_TEMPLATE/0-feature.md @@ -19,10 +19,11 @@ Hi ### Suggested Solution +```[tasklist] ### Tasks - - [ ] ... - [ ] ... +``` ### Acceptance Criteria diff --git a/.github/ISSUE_TEMPLATE/1-bug.md b/.github/ISSUE_TEMPLATE/1-bug.md index c1db0411..f31a3a80 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.md +++ b/.github/ISSUE_TEMPLATE/1-bug.md @@ -26,9 +26,11 @@ Steps to reproduce the behavior: ### Expected Behavior +```[tasklist] ### Tasks - [ ] Investigate - [ ] Fix +``` ### Acceptance Criteria diff --git a/.github/ISSUE_TEMPLATE/2-docs.md b/.github/ISSUE_TEMPLATE/2-docs.md index e2c396e6..7283910f 100644 --- a/.github/ISSUE_TEMPLATE/2-docs.md +++ b/.github/ISSUE_TEMPLATE/2-docs.md @@ -19,10 +19,11 @@ Hi ### Suggested Documentation +```[tasklist] ### Tasks - - [ ] ... - [ ] ... +``` ### Acceptance Criteria diff --git a/.github/ISSUE_TEMPLATE/3-refactor.md b/.github/ISSUE_TEMPLATE/3-refactor.md index 553f59b5..f073d264 100644 --- a/.github/ISSUE_TEMPLATE/3-refactor.md +++ b/.github/ISSUE_TEMPLATE/3-refactor.md @@ -19,10 +19,11 @@ Hi ### What code could be improved? +```[tasklist] ### Tasks - - [ ] ... - [ ] ... +``` ### Acceptance Criteria diff --git a/.github/ISSUE_TEMPLATE/4-devops.md b/.github/ISSUE_TEMPLATE/4-devops.md index e8bcbf77..a1d07efd 100644 --- a/.github/ISSUE_TEMPLATE/4-devops.md +++ b/.github/ISSUE_TEMPLATE/4-devops.md @@ -20,10 +20,11 @@ Hi ### Suggested Solution +```[tasklist] ### Tasks - - [ ] ... - [ ] ... +``` ### Acceptance Criteria