Initial start with source code and documentation style guidelines.

This commit is contained in:
likewise 2003-03-30 22:57:52 +00:00
parent c50f80da92
commit 37ff512516

View File

@ -7,7 +7,15 @@ to fixes or questions might often come late. Hopefully the bug and patch trackin
features of Savannah help us not lose users' input.
The suggestions:
Source code style:
- end debug messages with a newline (\n)
- no space between function and opening bracket.
- one space between keyword and opening bracket.
- one space and no newline before opening curly braces.
Bug reports and patches:
- Make sure you are reporting bugs or send patches against the latest sources.That usually means code in CVS
- If you think you found a bug make sure it's not already filed in the bugtracker at savannah
- If you have a fix put the patch on Savannah. If it's a patch that affects both core and arch specific