Skip to content

Commit da3373e

Browse files
authored
Create 4-task.yml
1 parent 254a0dd commit da3373e

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

.github/ISSUE_TEMPLATE/4-task.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: "Task"
2+
description: "Guided creation of an general Task for `openMCP`"
3+
title: "Task: < ... > "
4+
labels: ["kind/task", "needs/validation"]
5+
body:
6+
- type: textarea
7+
id: Objective
8+
attributes:
9+
label: "Understand the Task"
10+
description: "What is the Purpose of this Task ?"
11+
value: |
12+
##Description
13+
14+
validations:
15+
required: true
16+
17+
- type: textarea
18+
id: resources
19+
attributes:
20+
label: "Any further valuable resources."
21+
description: "Any further resources, links, documents, ideas which might be valuable for thie Epic."
22+
placeholder: |
23+
- [ ] <resource 1>
24+
- [ ] <resource 2>
25+
- [ ] <...>
26+
validations:
27+
required: false
28+
29+
- type: textarea
30+
id: done-criteria
31+
attributes:
32+
label: "What is required to accept the Task as done."
33+
description: "Define in detail what needs to be done in order to fully close this task."
34+
value: |
35+
**Done Criteria**
36+
- [ ] ...
37+
- [ ] Code has been reviewed by other team members
38+
- [ ] Internal technical Documentation created/updated
39+
- [ ] New / changed code is documented
40+
- [ ] Unit Tests created for new code or existing Unit Tests updated
41+
- [ ] Integration Test Suite updated
42+
- [ ] Enduser Documentation updated (if applicable)
43+
- [ ] Successful demonstration in Review
44+
validations:
45+
required: true
46+

0 commit comments

Comments
 (0)