From e242b439bf5a908882be3430a47f3c4b3d521f6e Mon Sep 17 00:00:00 2001 From: gittibitti Date: Tue, 3 Sep 2024 19:17:28 +0200 Subject: [PATCH] [TASK] Add two new ISSUE_TEMPLATES, feature and task --- .github/ISSUE_TEMPLATE/feature.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/task.md | 14 ++++++++++++++ 2 files changed, 28 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..725a545 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,14 @@ +--- +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 +- [ ] diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md new file mode 100644 index 0000000..0994750 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.md @@ -0,0 +1,14 @@ +--- +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 +- [ ]