Skip to content

Commit 112ca59

Browse files
committed
Adapt pull request template.
1 parent 4ce1137 commit 112ca59

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
<!--
22
33
Thank you for proposing a pull request. This template will guide you through the essential steps necessary for a pull request.
4+
5+
When contributing, please make sure an issue exists in issue tracker and comment on this issue with how you want to address it. By this we not only know that someone is working on an issue, we can also align architectural questions and possible solutions before work is invested . We so can prevent that much work is put into Pull Requests that have little or no chances of being merged.
6+
47
Make sure that:
58
69
-->
710

811
- [ ] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc).
9-
- [ ] There is a ticket in the bug tracker for the project in our [issue tracker](https://github.com/spring-projects/spring-data-elasticsearch/issues).
12+
- [ ] **There is a ticket in the bug tracker for the project in our [issue tracker](https://github.
13+
com/spring-projects/spring-data-elasticsearch/issues)**. Add the issue number to the _Closes #issue-number_ line below
1014
- [ ] 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.
1115
- [ ] You submit test cases (unit or integration tests) that back your changes.
1216
- [ ] 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).
17+
18+
Closes #issue-number

0 commit comments

Comments
 (0)