-
Notifications
You must be signed in to change notification settings - Fork 15
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
9d10988
commit f34bf86
Showing
2 changed files
with
27 additions
and
10 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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: New tasks created should consist of the following information | ||
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. |