From 46a36fde1e42e4a3241b429e90f92dbe2c66c977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 18 Aug 2015 17:13:47 -0700 Subject: [PATCH] Move MR general recommendations to the bottom --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9b7a811b6f..828fb318ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,10 +14,6 @@ about apps that can no longer be built will be closed. ## Merge Requests -### General recommendations - -* [Squash](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html) your commits - ### Setting up fdroiddata for merge requests * [Register on GitLab](http://gitlab.com) @@ -68,3 +64,7 @@ Congratulations! You can now open a merge request to add your app. Our buildserver runs builds once a day, so it may take up to 24h for your app to appear in our repository. + +### General recommendations + +* [Squash](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html) your commits