Merge pull request #664 from data-pup/update-pr-template

update rustfmt install snippet in pull request template
master
ashley williams 6 years ago committed by GitHub
commit f4779bef45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/PULL_REQUEST_TEMPLATE.md

@ -2,7 +2,7 @@ Make sure these boxes are checked! 📦✅
- [ ] You have the latest version of `rustfmt` installed
```bash
$ rustup component add rustfmt-preview --toolchain nightly
$ rustup component add rustfmt
```
- [ ] You ran `cargo fmt` on the code base before submitting
- [ ] You reference which issue is being closed in the PR text

Loading…
Cancel
Save