Add reminder to update NEWS to HACKING.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 22 May 2010 20:57:59 +0000 (22:57 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 22 May 2010 20:57:59 +0000 (22:57 +0200)
HACKING

diff --git a/HACKING b/HACKING
index c68fd0610435b184022ac233f3701ded3f3419f3..70c876eb765794c735d05822f7cf2a1726a93af8 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -1,5 +1,8 @@
 Please follow PEP8 with regard to coding style.
 
-All functionality should be available in pure Python. Optional C implementations
-may be written for performance reasons, but should never replace the Python 
-implementation. The C implementations should follow the kernel/git coding style.
+All functionality should be available in pure Python. Optional C
+implementations may be written for performance reasons, but should never
+replace the Python implementation. The C implementations should follow the
+kernel/git coding style.
+
+Where possible please include updates to NEWS along with your improvements.