-
Notifications
You must be signed in to change notification settings - Fork 195
Development rules
Daniele Ricci edited this page Dec 1, 2016
·
8 revisions
Please do not translate this page.
Please do not ask for commit access. Direct commit access is allowed only to people actively contributing to the project and taking part in the development. For occasional patches please clone the repository and request a pull — patches are always welcome.
- NEVER, EVER commit directly to the master branch
- Merges to master can be done only by an owner
- Use Unix line endings (LF)
- No tabs! 4 spaces only
- Newline at end of file
- No trailing spaces, even on empty lines
- Opening braces on the same line, next token on a new line:
if (a == 1) {
...
}
else {
...
}
For the rest, just follow the existing code :-)
- Desktop client
- FAQ (de, sr, es,)
- The personal key (de, sr, es)
- Export personal key to another device (de, it, nl, sr, es)
- Android client permissions (de, nl, sr, es)