Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.35 KB

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 1.35 KB

Contributing

Thank you for your willingness to contribute to DifferentiationInterface.jl. The maintainers of this package are Guillaume Dalle (@gdalle) and Adrian Hill (@adrhill).

If you have a problem to report or an improvement to suggest, please open an issue with a precise description (and a reproducible example whenever possible). Once your issue receives positive feedback, you can open a pull request to address it. Only the two maintainers are allowed to approve and merge pull requests. Feel free to ping them if they do not answer within a week or so.

Apart from the conditions above, this repository follows the ColPrac best practices and Conventional Commits. Its code is formatted using JuliaFormatter.jl with BlueStyle -- please format any modified code before opening a pull request, otherwise CI will fail. You can refer to the dev guide for details on the package structure and the testing pipeline.