diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2016-12-30 14:28:25 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-12-30 14:24:22 -0800 |
commit | b5f0a4a02519aba130b8e061f222cb4ae46444ef (patch) | |
tree | 75a5e680037a76b45d36988fc4174046a9efc1ca /README | |
parent | ca1349241b9f21c07f4a56399f68073cb764518f (diff) | |
download | subsurface-b5f0a4a02519aba130b8e061f222cb4ae46444ef.tar.gz |
README: Switch from trac & email patches to GitHub PRs & issues
Ref. http://lists.subsurface-divelog.org/pipermail/subsurface/2016-December/026860.html
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -9,14 +9,15 @@ Our user forum is at http://subsurface-divelog.org/user-forum/ We also try to respond to questions in the ScubaBoard.com dive software forum at http://www.scubaboard.com/forums/dive-software/ -Report bugs and issues at http://trac.subsurface-divelog.org +Report bugs and issues at +https://github.com/Subsurface-divelog/subsurface/issues License: GPLv2 You can get the sources to the latest development version from the git repository: -git clone git://git.subsurface-divelog.org/subsurface.git . +git clone git://git.subsurface-divelog.org/subsurface.git You can also browse the sources via gitweb at the same site. @@ -75,12 +76,15 @@ There is a mailing list for developers: subsurface@subsurface-divelog.org Go to http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface to subscribe. -If you want to contribute code, please either send signed-off patches or -a pull request with signed-off commits. If you don't sign off on them, -we 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. +If you want to contribute code, please open a pull request with signed-off +commits at https://github.com/Subsurface-divelog/subsurface/pulls +(alternatively, you can also send your patches as emails to the developer +mailing lsit). + +Either way, if you don't sign off your patches, we 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://developercertificate.org/ |