File: CONTRIBUTING

package info (click to toggle)
golang-github-hanwen-go-fuse 2.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,584 kB
  • sloc: cpp: 78; sh: 47; makefile: 16
file content (19 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 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