From 9682a89dea99b868763f4cd3e7567f34a911e6fa Mon Sep 17 00:00:00 2001 From: "Kwiatosz, Krzysztof" Date: Fri, 28 Jun 2024 11:58:39 +0200 Subject: [PATCH] Modify GH issue template for New Features --- .github/ISSUE_TEMPLATE/feature-request.md | 59 +++++++++++++++++++++-- 1 file changed, 56 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 8040e5584..35ff1cf47 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -6,16 +6,69 @@ about: Suggest an improvement to the project **Description** - - + **Reasons** - + + +**Acceptance Criteria** + + + - [ ] expected behaviors, outcomes ... ? + - [ ] ... new docs / update docs ... ? + +**Testing Strategy (DoD)** + + - automated unit test for the new logic + - automated integration test (new test suite? extending existing test?) + - automated/manual test on SKR ? **Attachments** + +**Related Issues** + + \ No newline at end of file