-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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>
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |