Skip to content

Commit

Permalink
CONTRIBUTING: update
Browse files Browse the repository at this point in the history
we don't need the Google CLA anymore

Change-Id: I83117d56bf60bbd21a2f2a2f3a6e8fd7f8c48da5
  • Loading branch information
hanwen committed Sep 24, 2024
1 parent 0d1228a commit b5b2ba6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions CONTRIBUTING
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@

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:
Please use Gerrit:

* Connect your github account with gerrithub, at

Expand All @@ -13,10 +8,12 @@ For complex changes, please use Gerrit:

* Create your change as a commit

* Add an ID to the commit message:
* Add an ID to the bottom of 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

* Use `git commit --amend` to update in response to code review

0 comments on commit b5b2ba6

Please sign in to comment.