From 73212320e8da1e7946dc1bd579605636ee8afc21 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Fri, 22 Feb 2013 10:28:57 +0100 Subject: [PATCH] enforce style for plugins as well. --- HACKING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index b4975954..a1aa0fab 100644 --- a/HACKING.md +++ b/HACKING.md @@ -38,11 +38,12 @@ Sending patches --------------- - use GitHub and git to fork the repository +- match the code style as shown above - use [GitHub’s pull request feature](https://help.github.com/articles/using-pull-requests) to submit patches easily - use one pull request for one feature – don’t put many things into one request. This makes reviewing harder for me. - you can use `git add -p` to selectively add parts to a commit. This allows for clear commit messages instead of “implement everything” ones. -For plugins this is less strict, but I still review those. +~~For plugins this is less strict, but I still review those.~~ It applies to plugins as well. Debugging