From b337bb39bc10b5dc692130d298195bd332b901af Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Tue, 31 Mar 2020 10:05:16 -0700 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b025db321..8d0564e20 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,4 +7,6 @@ We love getting PRs, but we hate asking people for the same basic changes every - [ ] 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 -D enable-ci clean install site` locally. This may reformat your code, commit those changes. If this command doesn't succeed, your change will not pass CI. +- [ ] Run `mvn clean compile` locally. This may reformat your code, commit those changes. +- [ ] Run `mvn -D enable-ci clean install site` locally. If this command doesn't succeed, your change will not pass CI. +