aboutsummaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING5
1 files changed, 3 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 57cd9bf9b..a768611d8 100644
--- a/HACKING
+++ b/HACKING
@@ -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.