-
Notifications
You must be signed in to change notification settings - Fork 736
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d23c718
commit 20e796c
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# 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`. | ||
- [ ] 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. | ||
|