feat: added PR template

Updated docs to reflect it.
This commit is contained in:
Alan Rynne
2020-10-05 16:58:20 +02:00
parent d6b06298ed
commit e2daad36e9
2 changed files with 26 additions and 0 deletions
@@ -0,0 +1,25 @@
Description of PR...
## Changes
- Item 1
- Item 2
## Checklist
- [ ] Unit tests
- [ ] Documentation
## References
(optional)
Include **important** links regarding the implementation of this PR.
This usually includes and RFC or an aggregation of issues and/or individual conversations
that helped put this solution together. This helps ensure there is a good aggregation
of resources regarding the implementation.
```text
Fixes #85, Fixes #22, Fixes username/repo#123
Connects #123
```