Update PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Liam Newman
2019-11-14 13:36:33 -08:00
committed by GitHub
parent f6a01551fd
commit 39d6dd9916

View File

@@ -1,8 +1,10 @@
# Description
** Describe your change here**
# Before submitting a PR:
We love getting PRs, but we hate asking people for the same basic changes every time.
- [ ] Push your changes to a branch other than `master`.
- [ ] Push your changes to a branch other than `master`. Create your PR from that branch.
- [ ] Add JavaDocs and other comments
- [ ] Write tests that run and pass in CI. See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to capture snapshot data.
- [ ] Run `mvn install` locally. This may reformat your code, commit those changes.
- [ ] Write tests that run and pass in CI. See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to capture snapshot data.
- [ ] Run `mvn install site` locally. This may reformat your code, commit those changes. If this command doesn't succeed, your change will not pass CI.