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