From ed4b5bbfa2462b59ba758c358ddd1b873d3537ab Mon Sep 17 00:00:00 2001 From: gittibitti Date: Thu, 5 Sep 2024 12:50:15 +0200 Subject: [PATCH] [TASK] Add "Additional Information" section --- .github/ISSUE_TEMPLATE/feature.md | 3 +++ .github/ISSUE_TEMPLATE/task.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 725a545..3d79752 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -12,3 +12,6 @@ What would you like to achieve with this feature? Maybe in form of a User Story. ## Acceptance Criteria - [ ] + +## Additional Information +You can add any useful informations here, e.g. links, tipps ect. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md index 0994750..97c23aa 100644 --- a/.github/ISSUE_TEMPLATE/task.md +++ b/.github/ISSUE_TEMPLATE/task.md @@ -12,3 +12,6 @@ What would you like to achieve with this task? Maybe in form of a User Story. ## Acceptance Criteria - [ ] + +## Additional Information +You can add any useful informations here, e.g. links, tipps ect. \ No newline at end of file