We want to make sure people format their code as well as reference the issue that's going to be closed as well so we don't have to close the issue manually! This PR adds a template for PRs that includes these points as a checklist to ensure future contributors know what they need to do!master
parent
ff3566ed79
commit
1dac6ddea5
@ -0,0 +1,5 @@ |
||||
Make sure these boxes are checked! |
||||
|
||||
- [ ] You have the latest version of `rustfmt` installed |
||||
- [ ] You ran `rustfmt` on the code base before submitting |
||||
- [ ] You reference which issue is being closed in the PR text |
Loading…
Reference in new issue