Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.41 KB

CONTRIBUTING.md

File metadata and controls

20 lines (11 loc) · 1.41 KB

edam-fu contribution guidelines

Pull requests

The recommended way for contributors to submit code to edam-fu is to fork the repository on GitHub and then submit a pull request (PR) after committing the changes. The maintainers will then review the request before it is merged into the main branch.

Please make one PR per issue, solving multiple issues in the same PR make it harder to assess independently each solution and delay the moment changes can be merge.

No bulk reformatting, only reformat code that is already changed by the code you wrote when solving the issue you are addressing.

The contributed code will be licensed under edam-fu's license. If you did not write the code yourself, please ensure that the license is compatible, or obtain a permission from the original author to relicense the contributed code. Please include license information in the contributed files.

Bug reports and feature requests

If you have encountered a problem with the edam-fu tool or would like to discuss a new feature or idea, please submit it to the issue tracker on GitHub.

For bug reports, please provide the steps that led you to this bug, including the version of the code your are using, the EDAM file that generates the problem, and in general all the information which would help us reproduce the bug.