generated from UoaWDCC/ssr-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
2 changed files
with
51 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,28 @@ | ||
--- | ||
name: Issue Template | ||
about: For new issues | ||
title: "" | ||
labels: "" | ||
assignees: "" | ||
--- | ||
|
||
## Description | ||
|
||
- As a | ||
- I want to | ||
- So that | ||
|
||
<!-- Further description if needed. --> | ||
|
||
## Proposed Solution | ||
|
||
<!-- Document your proposed solution here (e.g. flowcharts, schemas, links to Figma etc). --> | ||
|
||
## Acceptance Criteria | ||
|
||
- Resizable (works on both mobile and desktop) | ||
- Tested | ||
- Meets code quality critera | ||
- | ||
|
||
## Notes |
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,23 @@ | ||
## Context | ||
|
||
<!-- Include contextual info that can't be found in the linked issue. Why are you making this change? --> | ||
|
||
Closes | ||
|
||
## What Changed? | ||
|
||
<!-- What changes did you make? --> | ||
|
||
## How To Review | ||
|
||
<!-- What (rough) order should the reviewer view your files? --> | ||
|
||
## Testing | ||
|
||
<!-- What testing did you do, if any? --> | ||
|
||
## Risks | ||
|
||
<!-- Where should the reviewer focus on (if any)? --> | ||
|
||
## Notes |