Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (30 loc) · 1.63 KB

CONTRIBUTING.rst

File metadata and controls

40 lines (30 loc) · 1.63 KB

Bioconvert contributing guidelines

The are different ways to contribute to Bioconvert project. You may find a bug or want a new converter to be added. You may want to contribute directly by adding a new converter of fixing a bug. All contributions are welcome.

Bug Reports and Feature Requests

If you have encountered a problem with Bioconvert-api or would like to discuss about new feature or idea, please submit it to the issue tracker on GitHub at

https://github.com/biokit/bioconvert/issues .

For bug reports, you will be asked to provide the bioconvert version, the output produced during the code execution. If possible, try to create a minimal piece of code that produces the error and post it as well.

Contributions

pull requests

The recommended way for new contributors to submit code to Bioconda is to fork the repository on GitHub and the submit a pull request after committing the changes. We will then need to approve the request by the core developers before it is merged into the main repository.

The contributed code will be licensed under Bioconvert's license, https://github.com/biokit/bioconvert/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.

For details about Guide lines and the framework to be used within Bioconvert, please see the Developer Guide on http://bioconvert.readthedocs.io