DATAMONGO-1407 - updated jira link to point to correct project on jira.

Original pull request: #357.
This commit is contained in:
Artur Konczak
2016-04-05 11:43:41 +01:00
committed by Mark Paluch
parent 771ca8d84c
commit eee6b62589

View File

@@ -2,7 +2,7 @@ Thank you for proposing a pull request. This template will guide you through the
Make sure that:
- [ ] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc).
- [ ] There is a ticket in the bug tracker for the project in our [JIRA](https://jira.spring.io/).
- [ ] There is a ticket in the bug tracker for the project in our [JIRA](https://jira.spring.io/browse/DATAMONGO).
- [ ] 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. Dont 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).