From fcb424a79353301c29c2fa4c0e1f002c32238ff5 Mon Sep 17 00:00:00 2001 From: Jerom van der Sar Date: Tue, 18 Jun 2013 16:34:35 +0200 Subject: [PATCH] Minor changes to CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8315c3d9..22960fd7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ to this repository. * Make sure your changes build (*and work!*). ## Tips on getting your pull request accepted -* Make sure your changes work and compile without difficulty +* Make sure your changes work and compile without difficulty. * Make sure your change adds something useful, do not add commands to micromanage the server. (ie: Shorthands for a collection of commands) * Features must be in line the general idea of "Total Freedom". @@ -46,6 +46,8 @@ to this repository. * Please avoid having to add files in the main namespace where possible. * Make sure all changes work before you commit these, this avoids having multiple unnecessary commits. +* Please refrain from using an excessive amount of commits. As few as possible is generally the best. +* Please do not spread your addition over several pull-requests. ## Submitting Changes @@ -60,4 +62,4 @@ to this repository. * [TotalFreedom forums](http://totalfreedom.boards.net) * [Bug tracker](https://github.com/TotalFreedom/TotalFreedomMod/issues) * [General GitHub documentation](http://help.github.com/) -* [GitHub pull request documentation](http://help.github.com/send-pull-requests/) \ No newline at end of file +* [GitHub pull request documentation](http://help.github.com/send-pull-requests/)