Skip to content

Commit c856680

Browse files
mp911deakonczak
authored andcommitted
DATAES-248 - Add pull request template.
Original pull request: spring-projects#143.
1 parent ef0831f commit c856680

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Thank you for proposing a pull request. This template will guide you through the essential steps necessary for a pull request.
2+
Make sure that:
3+
4+
- [ ] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc).
5+
- [ ] There is a ticket in the bug tracker for the project in our [JIRA](https://jira.spring.io/).
6+
- [ ] 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.
7+
- [ ] You submit test cases (unit or integration tests) that back your changes.
8+
- [ ] 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).
9+
- [ ] You provide your full name and an email address registered with your GitHub account. If you’re a first-time submitter, make sure you have completed the [Contributor’s License Agreement form](https://support.springsource.com/spring_committer_signup).

0 commit comments

Comments
 (0)