Skip to content

Commit

Permalink
Add note to CONTRIBUTING guide about formatting.
Browse files Browse the repository at this point in the history
Format-related changes are not desirable.
  • Loading branch information
fragglet committed Jun 17, 2016
1 parent 8914be2 commit b644873
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ following guidelines before opening a pull request:
* 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
Expand Down

0 comments on commit b644873

Please sign in to comment.