forked from savoirfairelinux/jami-daemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODING
27 lines (16 loc) · 804 Bytes
/
CODING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
= Coding standards =
Please follow our coding standards when developing
http://projects.savoirfairelinux.com/projects/ring-daemon/wiki/Daemon_Coding_Rules
= Gerrit workflow =
We are now using Gerrit as a code review tool.
Wiki documentation: http://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 [email protected]: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