Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 1.12 KB

The developer documentation has information on how to participate in the mantid project as a developer. This document is meant to outline the steps for contributing to mantid without becomming a developer. We aspire to have similar guidelines as github.

  1. Fork the repository.
  2. Make changes as you see fit. Please still follow the guidelines for running the unit tests and the build servers.
  3. Submit a pull request to this branch. This is a start to the conversation.
  4. (Optional) email [email protected] requests to.

Hints to make the integration of your changes easy (and happen faster):

  • Keep your pull requests small
  • Don't forget your unit tests
  • All algorithms need documentation, don't forget the .rst file
  • Don't take changes requests to change your code personally