Files
jami-daemon/CODING
Adrien Béraud 74835ef9b9 rebranding: update project URL
Refs #64797

Change-Id: Iccb874e9683894b4cc0589dc152f8a650a1eeaba
2015-01-28 11:37:29 -05:00

29 lines
795 B
Plaintext

= Coding standards =
Please follow our coding standards when developing
http://projects.savoirfairelinux.net/wiki/sflphone/Coding_Standards
= Gerrit workflow =
We are now using Gerrit as a code review tool.
Wiki documentation: https://projects.savoirfairelinux.com/projects/ring/wiki/WorkingWithGerrit
== commit messages ==
Use Issue: followed by the ticket number
== commit-msg hook ==
You may want to install the commit-msg hook that inserts a Change-Id on commit messages:
$ gitdir=$(git rev-parse --git-dir); scp -p -P 29420 username@gerrit-sflphone.savoirfairelinux.com:hooks/commit-msg ${gitdir}/hooks/
Other documentation source:
* http://strongspace.com/rtyler/public/gerrit-jenkins-notes.pdf
* https://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger
Thank you team!
Test