summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSteve Francia <steve.francia@gmail.com>2015-10-16 17:57:37 -0400
committerSteve Francia <steve.francia@gmail.com>2015-10-16 17:57:37 -0400
commit0c66ad87759d40a5d5e9454d8a143bd81ab237a6 (patch)
treeab3577a694dbd7def2d461f03313e574e651a694 /README.md
parentfb0e17a3ede5746f09d47720707ab95ce94f838a (diff)
Add CLA assist to the contribution workflow in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 25536a4ef..060c0afdf 100644
--- a/README.md
+++ b/README.md
@@ -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 you’re 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`. It’s okay to force update your pull request.