Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.62 KB

CONTRIBUTING.md

File metadata and controls

37 lines (27 loc) · 1.62 KB

How to contrubute to SunPy

SunPy is an open project that enourages everyone to contribute in any way possible. This document descibes how to contribute code and documentation to the main SunPy repository, if you wish to make a different contribution please contact the mailing list.

Basic Contribution Workflow

For more detailed information on contributing code see our Developers Guide.

Pull Request Review

When you submit a pull request it can be reviewed and commented on by anyone. For the code to be accepted into SunPy it must meet the following criteria:

  • Conform to code quality standards, primarily PEP8.
  • Have close to 100% unit test coverage.
  • Have API documentation generated by astropy's automodapi extenstion where appropriate.
  • Contain an entry in the CHANGELOG.md file.
  • Be approved by at least two SunPy contributors.

More Information

For more information on contributing to SunPy check out the following: