Skip to content

Commit

Permalink
Add templates
Browse files Browse the repository at this point in the history
  • Loading branch information
a-jaxell committed Oct 26, 2024
1 parent 4e3bccb commit c9456c9
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Please be as thorough as possible, but if you can't answer everything, please just submit what you have! Thank you!**

## Description

## Steps to reproduce
1. Go to '...'
2. Click on '....'

### Expected Behaviour

### Actual Behaviour

## Screenshots (if you have any)
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/epic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Epic
about: High-level feature to be broken into separate tasks
title: ''
labels: EPIC
assignees: ''

---

Please add a high-level description here, then fill out the sections below

## Definitions of key terminology
*

## Target audience
These are the roles that will most likely use this feature:

*

## Requirements (job stories)
Below are job stories that describe the requirements for this feature.

### Need to have
- [ ] When …, I want to…, so that…

### Nice to have / known future improvements
- [ ] When …, I want to…, so that…

## Solution
TBD

## Tasks
TBD
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Task
about: Features, improvements, etc.
title: ''
labels: ''
assignees: ''
---

## Description

A user should be able to...

## Relevant Job Stories

## Estimated size (S, M, L)

I think this issue is {size} because...

## Prerequisites

## Requirements

- [ ] Requirement 1

## Possible implementations

## Design specifications

(Put any links to wireframes, figma, or other designs here etc here.)

## Open questions
21 changes: 21 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Description
This PR…


## Screenshots
[Add screenshots here]


## Changes
[Add a list of features added/changed, bugs fixed etc]

* Adds…
* Changes…


## Notes to reviewer
[Add instructions for testing]


## Related issues
Resolves #[id]

0 comments on commit c9456c9

Please sign in to comment.