2
0
Эх сурвалжийг харах

Add reminder to update NEWS to HACKING.

Jelmer Vernooij 15 жил өмнө
parent
commit
3147c4d1e8
1 өөрчлөгдсөн 6 нэмэгдсэн , 3 устгасан
  1. 6 3
      HACKING

+ 6 - 3
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.