Feat: add PR template (#30)

This commit is contained in:
Andrew Vivash 2022-08-09 14:17:16 -07:00 committed by GitHub
parent 2adcca9e55
commit f14791ad3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

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

@ -0,0 +1,22 @@
# Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
## Link to issue
Please add a link to any relevant issues/tickets
## Type of change
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Refactor (non-breaking change that updates existing functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
- [ ] Comments have been added/updated
## Screenshots/Screencaps
Please add previews of any UI Changes