server: Change capabilities methods to classmethods.
[jelmer/dulwich-libgit2.git] / HACKING
diff --git a/HACKING b/HACKING
index a059a232fc8e9be9e460f70c711e48d10c935029..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. C replacements may 
-be written for performance reasons, but should never replace the Python 
-implementation.
+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.