.oO  |  List directory  |  History  |  Similar  |  Print version
Projects 
   ScummC 
   php edna 
   nixshare 
   concede 
   Orewar 
   AEval 
Portable Coding 
   Shell scripts 
   Standard C 
Random stuff 
   Slackware and UTF-8 
   Bit tricks 
Wiki 
   Links 
   Playground 
   Impressum 

Projects > Patches and SVN guidelines

 
rw-rw-r--   albeu   projects

Patches and SVN guidelines

All my projects are open to anybody how like to contribute. However there are a few things that should be considered. I started working on OSS with MPlayer and I liked their guidelines. So basically more or less all rules for the MPlayer cvs apply here too. Currently their is no mailling list so just send them to albeu AT free DOT fr.

Only unidiff from svn

Unidiff is the most understandable format for review and the default for svn diff, so please use that. It's anyway best to send patches againts the developement version in the SVN repository.

No cosmetic

All change must have a purpose. No space replacing, moving/renaming of variables/functions, etc. Basically if it doesn't change functionality it's useless. Please review your patch carefully.

Don't remove features or break anything existing

If something is possible it should stay as such.

Respect the already existing identation

No style is fixed, use what you want for new files. For existing files try to stick to the existing style.



Reference http://alban.dotsec.net/Projects/PatchesAndSVNGuidelines

Comments: 0 New comment

Prev. AEval