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