Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

27 lines (22 loc) · 1.2 KB

How to contribute

IMP is open source software, and we welcome contributions! These contributions could include

  • Reporting or fixing a bug
  • Fixing a typo in the comments or documentation
  • Adding a new function, class, or module to IMP
  • Publishing your protocol for applying IMP to a biological system

To report a bug, please open an issue at GitHub. See the IMP manual for more information.

The easiest way to fix a typo in the comments or documentation is to use the edit icon at the top of each page in GitHub.

To add or change code in IMP, fork the repository and then open a pull request. Code should conform to our coding conventions and naming and interface conventions. See the IMP manual for more detail.

To publish your protocol for applying IMP to a biological system, please see the IMP manual.