diff options
author | rhatto@riseup.net <Silvio Rhatto> | 2014-04-11 13:38:34 -0300 |
---|---|---|
committer | rhatto@riseup.net <Silvio Rhatto> | 2014-04-11 13:38:34 -0300 |
commit | 14af076627a25b52ca1761c13e9da824db1bcdae (patch) | |
tree | f68731c3e81670a614d26250a3bd994f59643613 | |
parent | 778cab6307cf870d7913aea9a2afcdb68594155e (diff) | |
download | keyringer-14af076627a25b52ca1761c13e9da824db1bcdae.tar.gz keyringer-14af076627a25b52ca1761c13e9da824db1bcdae.tar.bz2 |
Sketching coding standards
-rw-r--r-- | development.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development.mdwn b/development.mdwn index 957a7f8..91ddc87 100644 --- a/development.mdwn +++ b/development.mdwn @@ -37,6 +37,13 @@ These steps should be run once in a while to ensure we have an up to date packag DIST=sid sudo cowbuilder --update +Coding standards +---------------- + + - Respect the existing coding style. + + - Be clear: easy audability must be one of keyringer's requirements. + Development workflow -------------------- |