Skip to content

Commit

Permalink
Add reminder to update NEWS to HACKING.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed May 22, 2010
1 parent b34f115 commit 3147c4d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions 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.

0 comments on commit 3147c4d

Please sign in to comment.