Browse Source

#506 - Polishing.

Add Pull Request template.
pull/1188/head
Mark Paluch 5 years ago
parent
commit
1d5e5cc6c3
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  1. 12
      .github/PULL_REQUEST_TEMPLATE.md

12
.github/PULL_REQUEST_TEMPLATE.md

@ -0,0 +1,12 @@ @@ -0,0 +1,12 @@
<!--
Thank you for proposing a pull request. This template will guide you through the essential steps necessary for a pull request.
Make sure that:
-->
- [ ] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc).
- [ ] 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.
- [ ] You submit test cases (unit or integration tests) that back your changes.
- [ ] 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).
Loading…
Cancel
Save