Skip to content

Commit 21f881d

Browse files
committed
issue-template: add a new template for feature refinement
Signed-off-by: Louis Greiner <greiner.louis@gmail.com>
1 parent 240471b commit 21f881d

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
name: Feature Ticket (refinement)
3+
about: Refinement about a future feature
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
# Description
10+
11+
<!-- Please give a brief description of the feature -->
12+
13+
# Mock-ups
14+
15+
<!-- Give a link to the mock-up or some screenshots -->
16+
17+
# Acceptance Criteria
18+
19+
<!-- A clear and exhaustive list of criteria / details that must be fulfilled -->
20+
21+
- [ ] Criteria 1
22+
- [ ] Criteria 2
23+
- [ ] ...
24+
25+
# Implementation Plan
26+
27+
<!-- A clear and exhaustive list of steps to achieve this feature -->
28+
29+
- Step 1
30+
- Step 2
31+
- ...
32+
33+
# Tests
34+
35+
# Definition of Ready
36+
37+
- **PO/UX-UI**
38+
- [ ] Mock-ups are complete and validated
39+
- [ ] ACs are clear and have been reviewed by another refiner
40+
41+
- **Technical**
42+
- [ ] Implementation plan has been written and validated by another maintainer
43+
44+
- **General**
45+
- [ ] Validated by Adrian

0 commit comments

Comments
 (0)