-
Notifications
You must be signed in to change notification settings - Fork 82
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
187989a
commit 5495314
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 @@ | ||
# Pull Request Checklist | ||
|
||
Please confirm that you've done the following when opening a new pull request: | ||
|
||
- [ ] For fixes and other improvements, please reference the GitHub issue that your change addresses. | ||
- [ ] For fixes, optimizations and new features, please add an entry to the CHANGES.md file. | ||
- [ ] Run mvn compile before committing, so that the auto-code formatter will format your changes consistently with the rest of the project. | ||
|