diff options
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -15,12 +15,13 @@ need to stick to in order to get your patch accepted: uncrustify program to get correct indentation in new files. Comment blocks are written like this: - + /* * bla_bla_cb: This is an example comment block */ -See ChangeLog.README for SVN checkin rules. +See ChangeLog.README for Git checkin rules. +See doc/debugging.txt for some tips and tricks for debugging. Do NOT commit to this module without permission from a maintainer. See the MAINTAINERS file for who they are. |