-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
607facb
commit 169cc9b
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Task template | ||
about: Capture details for the tasks | ||
title: '' | ||
labels: iBriz | ||
assignees: '' | ||
|
||
--- | ||
|
||
### What needs to be done | ||
|
||
Describe what needs to be done here. | ||
Ex: "Relay synchronization starts from the most recently stored block header" | ||
|
||
### Why it needs to be done | ||
|
||
Describe why it needs to be done here. | ||
Ex: "Reduces the amount of time for the relay to synchronize to the latest block" | ||
|
||
### Acceptance Criteria | ||
|
||
Describe how we can know whether the task is done. | ||
Ex: When restarting the relay, synchronization picks up from the most recently stored block | ||
|
||
### Additional Information | ||
|
||
Describe anything relevant that hasn't been mentioned yet. |