From f0c1e7467f94efb75763941a59e7b6a529f91650 Mon Sep 17 00:00:00 2001 From: SirSengir Date: Fri, 13 Sep 2013 10:00:45 +0200 Subject: [PATCH] Clarify handling of code cleanup/formatting PRs. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d137b77b..cb3bf9b7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ If you wish to submit a pull request to fix bugs or broken behaviour feel free to do so. If you would like to add features or change existing behaviour or balance, please discuss it with Sengir or Krapht before submiting the pull request. +Do not submit pull requests which solely "fix" formatting. As these kinds of changes are usually very intrusive in commit history and everyone has their own idea what "proper formatting" is, they should be done by one of the main contributors. +Please only submit "code cleanup", if the changes actually have a substantial impact on readability. + ### Reporting issues * Before reporting an issue, please check that it has not been reported before. * Issues are for bugs/crashes, please do not use them to ask general questions.