File tree 4 files changed +46
-4
lines changed
4 files changed +46
-4
lines changed Original file line number Diff line number Diff line change 2
2
name : Bug
3
3
about : Describes a bug
4
4
title : ' '
5
- labels : ' bug '
5
+ labels : ' '
6
6
assignees : ' '
7
7
8
8
---
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Task
3
+ about : Individual to-do
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ### What needs to be done
11
+
12
+ Describe what needs to be done here.
13
+
14
+ Ex: "Relay synchronization starts from the most recently stored block header"
15
+
16
+ ### Why it needs to be done
17
+
18
+ Describe why it needs to be done here.
19
+
20
+ Ex: "Reduces the amount of time for the relay to synchronize to the latest block"
21
+
22
+ ### Tests
23
+
24
+ Link associated tests here
25
+
26
+ ### Stories
27
+
28
+ Link associated stories here
29
+
30
+ ### Acceptance Criteria
31
+
32
+ Describe how we can know whether the task is done.
33
+
34
+ Ex:
35
+ - When restarting the relay, synchronization picks up from the most recently stored block
36
+
37
+ ### Additional Information
38
+
39
+ Describe anything relevant that hasn't been mentioned yet.
Original file line number Diff line number Diff line change 2
2
name : Test Scenario
3
3
about : Describes a test scenario
4
4
title : ' '
5
- labels : ' test '
5
+ labels : ' '
6
6
assignees : ' '
7
7
8
8
---
Original file line number Diff line number Diff line change 1
1
---
2
2
name : User Story
3
3
about : Describe a user story
4
- title : ' <type>(<scope>): <subject>'
5
- labels : draft, story
4
+ title : " <type>(<scope>): <subject>"
5
+ labels : ' '
6
6
assignees : ' '
7
7
8
8
---
@@ -15,6 +15,9 @@ A clear and concise description of the user and their need
15
15
16
16
As a [ persona] , I want [ goal] so that [ reason]
17
17
18
+ ## Test Scenarios
19
+ Link given/when/then test scenarios here
20
+
18
21
## Acceptance Criteria
19
22
20
23
- Functional acceptance criteria to be met
You can’t perform that action at this time.
0 commit comments