Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go-fuse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go-fuse
Commits
dfee4d35
Commit
dfee4d35
authored
Apr 01, 2016
by
Han-Wen Nienhuys
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CONTRIBUTING: suggest to use gerrithub rather than github.
Change-Id: I106a8b03d50b647c198e2ba45fb643841aba86b0
parent
e7381741
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
CONTRIBUTING
CONTRIBUTING
+18
-0
No files found.
CONTRIBUTING
View file @
dfee4d35
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment