Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 540 Bytes

CONTRIBUTING.md

File metadata and controls

5 lines (5 loc) · 540 Bytes

General

  • Contributions should be added via a pull request. Once merged, the contributed code will be made available under the GNU GPL v3.0 specified in LICENSE
  • New code should be added to the OptimalTransport.jl file [subject to change in future if this becomes unwieldly]
  • New code should have function- (and/or file-) level documentation in the Documenter.jl format
  • For new functionality, add a numerical example to the examples directory, and consider updating the README.