Skip to content

Commit 20e796c

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent d23c718 commit 20e796c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Before submitting a PR:
2+
We love getting PRs, but we hate asking people for the same basic changes every time.
3+
4+
- [ ] Push your changes to a branch other than `master`.
5+
- [ ] 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+

0 commit comments

Comments
 (0)