Merge pull request #82 from mgattozzi/pr-template

Add PR template to the repo
master
ashley williams 7 years ago committed by GitHub
commit 869fbb008f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .github/PULL_REQUEST_TEMPLATE.md

@ -0,0 +1,12 @@
Make sure these boxes are checked! 📦✅
- [ ] You have the latest version of `rustfmt` installed and have your
cloned directory set to nightly
```bash
$ rustup override set nightly
$ rustup component add rustfmt-preview --toolchain nightly
```
- [ ] You ran `rustfmt` on the code base before submitting
- [ ] You reference which issue is being closed in the PR text
✨✨ 😄 Thanks so much for contributing to wasm-pack! 😄 ✨✨
Loading…
Cancel
Save