Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 438 Bytes

pull_request_template.md

File metadata and controls

9 lines (7 loc) · 438 Bytes

Changes

Issue number (if applicable)

Checklist before requesting a review / merging

  • I have formatted the code using julia --project=.dev .dev/climaformat.jl .
  • I have updated all test manifests using julia --project .dev/up_deps.jl . with Julia 1.10.0.
  • If core features are added, I have added appropriate test coverage.
  • If new functions and structs are added, they are documented through docstrings.