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 +- [ ]