Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.05 KB

CONTRIBUTING.rst

File metadata and controls

34 lines (24 loc) · 1.05 KB

Sequana contributing guidelines

Issues

You have an issue ? You found a bug ? Please submit an issue with

  • a description of the problem
  • the version of Sequana used
  • the error message if any

pull requests

Pull requests are always welcome, and the Sequana community appreciates any help you give.

When submitting a pull request, we ask you to check the following:

  1. Unit tests, documentation, and code style are in order.

    It's also OK to submit work in progress if you're unsure of what this exactly means, in which case you'll likely be asked to make some further changes.

  2. The contributed code will be licensed under Sequana's license, https://github.com/sequana/sequana/blob/master/LICENSE If you did not write the code yourself, you ensure the existing license is compatible and include the license information in the contributed files, or obtain a permission from the original author to relicense the contributed code.