diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-06 14:54:06 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-06 14:54:06 -0700 |
commit | 454a45617230274c3fff57ad2f70fb35d7f7142b (patch) | |
tree | 1f8980787610d5fc3ce1ab951f5b12ceb349c35b /README | |
parent | 93c21a4dbca03675bb69d6b4f12f34c3387616f6 (diff) | |
parent | dfa6a6e1d15314e9f259f1df9368659a998dfbe2 (diff) | |
download | subsurface-454a45617230274c3fff57ad2f70fb35d7f7142b.tar.gz |
Merge branch 'patch-1' of git://github.com/schacon/diveclog
* 'patch-1' of git://github.com/schacon/diveclog:
Add more explicit contributing explanation
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -38,3 +38,14 @@ my divemaster course, so they are from following open water students along (many of them the confined*water dives). There a lot of the action is at the surface, so some of the "dives" are 4ft deep and 2min long. + +Contributing: + +Please either send me signed-off patches or a pull request with +signed-off commits. If you don't sign off on them, I will not accept +them. This means adding a line that says "Signed-off-by: Name <email>" +at the end of each commit, indicating that you wrote the code and have +the right to pass it on as an open source patch. + +See: http://gerrit.googlecode.com/svn/documentation/2.0/user-signedoffby.html + |