mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-24 21:56:12 +01:00
[TASK] Add two new ISSUE_TEMPLATES, feature and task
This commit is contained in:
parent
849087af95
commit
e242b439bf
2 changed files with 28 additions and 0 deletions
14
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
|
@ -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
|
||||||
|
- [ ]
|
14
.github/ISSUE_TEMPLATE/task.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/task.md
vendored
Normal file
|
@ -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
|
||||||
|
- [ ]
|
Loading…
Reference in a new issue