shithub: choc

Download patch

ref: b64487305ba2741a247e8d3b6ef265b7ee67af90
parent: 8914be2c2876fbec6b9d73bc2bfb1092488b3081
author: Simon Howard <fraggle@soulsphere.org>
date: Fri Jun 17 14:12:14 EDT 2016

Add note to CONTRIBUTING guide about formatting.

Format-related changes are not desirable.

--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -70,6 +70,11 @@
 * Please follow the coding style guidelines described in the
   [HACKING](../HACKING.md) file.
 
+* Please don't make unnecessary changes which just change formatting
+  without any actual change to program logic. While being consistent
+  is nice, such changes destroy the ability to use the `git blame`
+  command to see when code was last changed.
+
 * The guidelines given above in the "feature requests" section also
   apply here. New features which aren't in line with the project
   philosophy are likely to be rejected. If you're not sure, open a