[skip traivs] Add PR checklist

This is honestly more for myself than anyone when I add a new feature on a branch.
This commit is contained in:
Clement Tsang 2020-02-23 00:42:20 -05:00 committed by GitHub
parent b3f61b25ae
commit ea8841dfb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,21 @@
## Description
A description of the change and what it does. If relevant, please provide screenshots of what results from the change.
## Type of change
Remove the irrelevant one.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
## Checklist
- [ ] Code has been linted
- [ ] Code has been self-reviewed
- [ ] Code has been tested and no new breakage is introduced
- [ ] Documentation has been added
## Other information
Provide any other relevant information.