From 41a8851d5f0fa353325e4bf5770b94f4eb4e34f3 Mon Sep 17 00:00:00 2001
From: NickDraper <nick.draper@stfc.ac.uk>
Date: Mon, 9 Jun 2014 15:38:43 +0100
Subject: [PATCH] Update CONTRIBUTING.md

---
 CONTRIBUTING.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3c60729736a..03c966b13d1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,3 +4,10 @@ The [developer documentation](http://www.mantidproject.org/Category:Development)
  2. Make changes as you see fit. Please still follow the guidelines for [running the unit tests](http://www.mantidproject.org/Running_the_unit_tests) and the [build servers](http://www.mantidproject.org/The_automated_build_process).
  3. Before submitting pull requests email mantid-help@mantidproject.org, and a developer will set up a branch that you can submit pull requests to.
  4. Submit a [pull request](https://help.github.com/articles/using-pull-requests) to this branch.
+
+
+Hints to make the integration of your changes easy:
+- Keep your pull requests small
+- Don't forget your unit tests
+- All algorithms need documentation, don't forget the .rst file
+- Contact us before creating the pull request
-- 
GitLab