mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 01:36:14 +02:00

[TASK] Add two new ISSUE_TEMPLATES, feature and task (#1446)

* Update .github/ISSUE_TEMPLATE/feature.md
Co-authored-by: Oliver Klee <typo3-coding@oliverklee.de>
* Update .github/ISSUE_TEMPLATE/task.md
Co-authored-by: Oliver Klee <typo3-coding@oliverklee.de>
This commit is contained in:
bernd 2024-09-07 12:33:23 +02:00 committed by GitHub
parent db7bb0c73e
commit 534de16770
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 34 additions and 0 deletions

17
.github/ISSUE_TEMPLATE/feature.md vendored Normal file
View file

@ -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.

17
.github/ISSUE_TEMPLATE/task.md vendored Normal file
View file

@ -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.