From 534de1677010d50eedb5db5826538c03502d3d82 Mon Sep 17 00:00:00 2001 From: bernd Date: Sat, 7 Sep 2024 12:33:23 +0200 Subject: [PATCH] [TASK] Add two new ISSUE_TEMPLATES, feature and task (#1446) * Update .github/ISSUE_TEMPLATE/feature.md Co-authored-by: Oliver Klee * Update .github/ISSUE_TEMPLATE/task.md Co-authored-by: Oliver Klee --- .github/ISSUE_TEMPLATE/feature.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/task.md | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/ISSUE_TEMPLATE/task.md diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..97b877f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,17 @@ +--- +name: Feature +about: If you want a new feature +title: "Feature: Please add a speaking title" +labels: 'feature' +assignees: '' + +--- + +## Goal +What would you like to achieve with this feature? Maybe in form of a User Story. + +## Acceptance Criteria +- [ ] + +## Additional Information +Anything else that would be helpful to know to implement this feature. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md new file mode 100644 index 0000000..43bc93b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.md @@ -0,0 +1,17 @@ +--- +name: Task +about: If you want a new task +title: "Task: Please add a speaking title" +labels: 'task' +assignees: '' + +--- + +## Goal +What would you like to achieve with this task? Maybe in form of a User Story. + +## Acceptance Criteria +- [ ] + +## Additional Information +Anything else that would be helpful to know to complete this task. \ No newline at end of file