Add CLA assist to the contribution workflow in README

This commit is contained in:
Steve Francia 2015-10-16 17:57:37 -04:00
parent fb0e17a3ed
commit 0c66ad8775

View file

@ -96,7 +96,7 @@ We welcome your contributions. To make the process as seamless as possible, we a
* Go ahead and fork the project and make your changes. We encourage pull requests to discuss code changes.
* When youre ready to create a pull request, be sure to:
* Sign the [Forum Release thread](http://discuss.gohugo.io/t/switching-to-apache-2-license/173/26)
* Sign the [CLA](https://cla-assistant.io/spf13/hugo)
* Have test cases for the new code. If you have questions about how to do it, please ask in your pull request.
* Run `go fmt`
* Squash your commits into a single commit. `git rebase -i`. Its okay to force update your pull request.