File: CONTRIBUTING

package info (click to toggle)
golang-github-hanwen-go-fuse 2.1.0%2Bgit20220822.58a7e14-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,292 kB
  • sloc: cpp: 78; sh: 43; makefile: 16
file content (22 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

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