Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Task
about: Individual to-do
title: ''
labels: ''
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"

### Tests

Link associated tests here

### Stories

Link associated stories here

### 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.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/user-story.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: User Story
about: Describe a user story
title: ''
labels: ''
assignees: ''

---

## Overview

A clear and concise description of the user and their need

## Story

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

## Test Scenarios
Link given/when/then test scenarios here

## Acceptance Criteria

- Functional acceptance criteria to be met
- Non-functional acceptance criteria to be met