Create pull_request_template.md

This commit is contained in:
Firstyear 2019-03-28 13:58:14 +10:00 committed by GitHub
parent 769bc5c17b
commit dffe5ca23a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
pull_request_template.md Normal file
View file

@ -0,0 +1,5 @@
Implements # .
- [ ] cargo fmt has been run
- [ ] cargo test has been run and passes
- [ ] design document included (if relevant)