Skip to content

Commit 5495314

Browse files
committed
Add pull request template
1 parent 187989a commit 5495314

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

PULL_REQUEST_TEMPLATE.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Pull Request Checklist
2+
3+
Please confirm that you've done the following when opening a new pull request:
4+
5+
- [ ] For fixes and other improvements, please reference the GitHub issue that your change addresses.
6+
- [ ] For fixes, optimizations and new features, please add an entry to the CHANGES.md file.
7+
- [ ] Run mvn compile before committing, so that the auto-code formatter will format your changes consistently with the rest of the project.
8+

0 commit comments

Comments
 (0)