Skip to content

Commit

Permalink
Merge pull request #664 from data-pup/update-pr-template
Browse files Browse the repository at this point in the history
update rustfmt install snippet in pull request template
  • Loading branch information
ashleygwilliams authored Jun 17, 2019
2 parents a267075 + cca6960 commit f4779be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4779be

Please sign in to comment.