From acbe1f4cb341229d8d30ec2704974fc52514c382 Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Mon, 8 Jun 2020 13:25:56 -0700 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8d0564e20d..3946ae598a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,3 +10,7 @@ We love getting PRs, but we hate asking people for the same basic changes every - [ ] 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. +# When creating a PR: + +- [ ] Fill in the "Description" above. +- [ ] Enable "Allow edits from maintainers".