add PR template

dev
Andy Meneely 2021-10-18 23:53:37 -04:00
parent 99c6a293e8
commit 0556991be8
1 changed files with 13 additions and 0 deletions

13
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,13 @@
### Motivation
*Replace this line with why you are making this change.*
### Have you...
- [] Written a sample in `_samples`?
- [] Updated documentation in the `docs/` folder?
- [] Linked this PR to an issue?
- [] Written any automated tests?
- [] Refactored your code to be maintainable?
The above things are not required, but appreciated.