#287 - Update contributing guide for CLA tooling.

Update links to CLA form. Adopt guide to sign CLA.
This commit is contained in:
Mark Paluch
2016-07-27 09:33:52 +02:00
parent 24db8b32c7
commit 43a0ebb23b
2 changed files with 8 additions and 3 deletions

View File

@@ -1,9 +1,13 @@
<!--
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).
- [ ] There is a ticket in [Github issues](https://github.com/spring-projects/spring-data-build/issues).
- [ ] 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).
- [ ] You provide your full name and an email address registered with your GitHub account. If youre a first-time submitter, make sure you have completed the [Contributors License Agreement form](https://support.springsource.com/spring_committer_signup).