Commit dfee4d35 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

CONTRIBUTING: suggest to use gerrithub rather than github.

Change-Id: I106a8b03d50b647c198e2ba45fb643841aba86b0
parent e7381741
......@@ -2,3 +2,21 @@
Before sending a patch or Pull request, please fill out a Google CLA, using the following form:
https://cla.developers.google.com/clas
For complex changes, please use Gerrit:
* Connect your github account with gerrithub, at
https://review.gerrithub.io/static/intro.html
* The signup will setup your SSH keys from Github.
* Create your change as a commit
* Add an ID to the commit message:
echo "Change-Id: I"$(head -c 20 /dev/urandom | sha1sum | awk '{print $1}')
* Push the change for review,
git push ssh://$USER@review.gerrithub.io:29418/hanwen/go-fuse HEAD:refs/for/master
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment