Add PR template to the repo

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
Michael Gattozzi 7 years ago
parent ff3566ed79
commit 1dac6ddea5
No known key found for this signature in database
GPG Key ID: 619706FCADD8070C
  1. 5
      .github/PULL_REQUEST_TEMPLATE.md

@ -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…
Cancel
Save