From 169cc9b052192e1a1b9194e76693fb0724693c8a Mon Sep 17 00:00:00 2001 From: pragyanshrestha-ibriz <95337821+pragyanshrestha-ibriz@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:13:50 +0545 Subject: [PATCH] Update Task templates --- .github/ISSUE_TEMPLATE/task-template.md | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/task-template.md diff --git a/.github/ISSUE_TEMPLATE/task-template.md b/.github/ISSUE_TEMPLATE/task-template.md new file mode 100644 index 00000000..3165c4c2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task-template.md @@ -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.