Skip to content

Commit fd4aac2

Browse files
authored
chore: add task issue (#536)
2 parents 8f3d612 + 01d4274 commit fd4aac2

File tree

4 files changed

+46
-4
lines changed

4 files changed

+46
-4
lines changed

.github/ISSUE_TEMPLATE/bug.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug
33
about: Describes a bug
44
title: ''
5-
labels: 'bug'
5+
labels: ''
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/task.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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.

.github/ISSUE_TEMPLATE/test-scenario.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Test Scenario
33
about: Describes a test scenario
44
title: ''
5-
labels: 'test'
5+
labels: ''
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/user-story.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: User Story
33
about: Describe a user story
4-
title: '<type>(<scope>): <subject>'
5-
labels: draft, story
4+
title: "<type>(<scope>): <subject>"
5+
labels: ''
66
assignees: ''
77

88
---
@@ -15,6 +15,9 @@ A clear and concise description of the user and their need
1515

1616
As a [persona], I want [goal] so that [reason]
1717

18+
## Test Scenarios
19+
Link given/when/then test scenarios here
20+
1821
## Acceptance Criteria
1922

2023
- Functional acceptance criteria to be met

0 commit comments

Comments
 (0)