Skip to content

Commit 1d5e5cc

Browse files
committed
#506 - Polishing.
Add Pull Request template.
1 parent f2cffb2 commit 1d5e5cc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!--
2+
3+
Thank you for proposing a pull request. This template will guide you through the essential steps necessary for a pull request.
4+
Make sure that:
5+
6+
-->
7+
8+
- [ ] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc).
9+
- [ ] You use the code formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/master/etc/ide) and have them applied to your changes. Don’t submit any formatting related changes.
10+
- [ ] You submit test cases (unit or integration tests) that back your changes.
11+
- [ ] You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).
12+

0 commit comments

Comments
 (0)