Skip to content

Commit 39d6dd9

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md
1 parent f6a0155 commit 39d6dd9

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
# Description
2+
** Describe your change here**
3+
14
# Before submitting a PR:
25
We love getting PRs, but we hate asking people for the same basic changes every time.
36

4-
- [ ] Push your changes to a branch other than `master`.
7+
- [ ] Push your changes to a branch other than `master`. Create your PR from that branch.
58
- [ ] Add JavaDocs and other comments
6-
- [ ] Write tests that run and pass in CI. See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to capture snapshot data.
7-
- [ ] Run `mvn install` locally. This may reformat your code, commit those changes.
8-
9+
- [ ] Write tests that run and pass in CI. See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to capture snapshot data.
10+
- [ ] 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.

0 commit comments

Comments
 (0)