From 12ff0a028f32463efc6051a943de4db4b72458a8 Mon Sep 17 00:00:00 2001 From: Luke Mao Date: Fri, 15 Sep 2023 10:40:26 +1000 Subject: [PATCH] feat: add DoD to AC --- .github/ISSUE_TEMPLATE/0-feature.md | 2 ++ .github/ISSUE_TEMPLATE/1-bug.md | 2 ++ .github/ISSUE_TEMPLATE/2-docs.md | 2 ++ .github/ISSUE_TEMPLATE/3-refactor.md | 2 ++ .github/ISSUE_TEMPLATE/4-devops.md | 2 ++ 5 files changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/0-feature.md b/.github/ISSUE_TEMPLATE/0-feature.md index 49c1ec1..b799168 100644 --- a/.github/ISSUE_TEMPLATE/0-feature.md +++ b/.github/ISSUE_TEMPLATE/0-feature.md @@ -26,6 +26,8 @@ Hi ### Acceptance Criteria +- [ ] Meets Definition of Done - {{ LINK }} +- [ ] ... ### More Information diff --git a/.github/ISSUE_TEMPLATE/1-bug.md b/.github/ISSUE_TEMPLATE/1-bug.md index 3592772..def7123 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.md +++ b/.github/ISSUE_TEMPLATE/1-bug.md @@ -32,6 +32,8 @@ Steps to reproduce the behavior: ### Acceptance Criteria +- [ ] Meets Definition of Done - {{ LINK }} +- [ ] ... ### More Information diff --git a/.github/ISSUE_TEMPLATE/2-docs.md b/.github/ISSUE_TEMPLATE/2-docs.md index 77fac35..37552b2 100644 --- a/.github/ISSUE_TEMPLATE/2-docs.md +++ b/.github/ISSUE_TEMPLATE/2-docs.md @@ -26,6 +26,8 @@ Hi ### Acceptance Criteria +- [ ] Meets Definition of Done - {{ LINK }} +- [ ] ... ### More Information diff --git a/.github/ISSUE_TEMPLATE/3-refactor.md b/.github/ISSUE_TEMPLATE/3-refactor.md index eb055f9..c54e4cb 100644 --- a/.github/ISSUE_TEMPLATE/3-refactor.md +++ b/.github/ISSUE_TEMPLATE/3-refactor.md @@ -26,6 +26,8 @@ Hi ### Acceptance Criteria +- [ ] Meets Definition of Done - {{ LINK }} +- [ ] ... ### More Information diff --git a/.github/ISSUE_TEMPLATE/4-devops.md b/.github/ISSUE_TEMPLATE/4-devops.md index 89a48b0..0ed1076 100644 --- a/.github/ISSUE_TEMPLATE/4-devops.md +++ b/.github/ISSUE_TEMPLATE/4-devops.md @@ -27,6 +27,8 @@ Hi ### Acceptance Criteria +- [ ] Meets Definition of Done - {{ LINK }} +- [ ] ... ### More Information