-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev-task.yml
More file actions
79 lines (68 loc) · 1.85 KB
/
Copy pathdev-task.yml
File metadata and controls
79 lines (68 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
name: Dev Task
about: Template for creating new development tasks
title: "[Dev Task] "
labels: task
assignees: ''
body:
- type: markdown
attributes:
value: |
## Task Summary
<!-- Provide a brief, clear description of what needs to be done -->
- type: textarea
id: task-summary
attributes:
label: Task Summary
placeholder: Briefly describe the task...
- type: markdown
attributes:
value: |
## DevPlan
<!-- List the steps needed to complete this task -->
- type: textarea
id: devplan
attributes:
label: DevPlan
value: |
- [ ] Step 1
- [ ] Step 2
- [ ] Step 3
<!-- Add more steps as needed -->
- type: markdown
attributes:
value: |
## Key Considerations
<!-- List any important technical notes, potential challenges, or dependencies -->
- type: textarea
id: key-considerations
attributes:
label: Key Considerations
placeholder: List key considerations...
- type: markdown
attributes:
value: |
## Visual References
<!-- Attach or link to any relevant screenshots, mockups, or diagrams -->
- type: textarea
id: visual-references
attributes:
label: Visual References
placeholder: Attach or link visual references...
- type: markdown
attributes:
value: |
## Task Readiness Checklist
- type: checkboxes
id: task-readiness
attributes:
label: Task Readiness Checklist
options:
- label: DevPlan is clear and actionable
- label: Effort estimate is realistic
- label: Dependencies or blockers identified
- label: Aligns with sprint/release goals
- type: textarea
id: additional-notes
attributes:
label: Additional Notes
placeholder: Add any other relevant information...