Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 596 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

17 lines (12 loc) · 596 Bytes

Description

Describe functionality that the PR adds, changes or removes; optionally link issues that are closed by the PR.

Checklist

Feel free to open PRs that do not satisfy the whole checklist. On the other hand, all these are required for merging.

  • All code is formatted with JuliaFormatter (run using JuliaFormatter; format("path/to/COBREXA.jl");)
  • Tests work (try with ]test COBREXA)
  • All new functions have proper docstrings
  • Documentation builds correctly (try with cd docs; julia make.jl)