Skip to content
Snippets Groups Projects
Commit 41a8851d authored by NickDraper's avatar NickDraper
Browse files

Update CONTRIBUTING.md

parent eed06819
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,10 @@ The [developer documentation](http://www.mantidproject.org/Category:Development) ...@@ -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). 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. 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. 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment