calliope-project / calliope

A multi-scale energy systems modelling framework
https://www.callio.pe
Apache License 2.0
276 stars 89 forks source link

Update PR template #589

Closed brynpickering closed 2 months ago

brynpickering commented 2 months ago

Current template doesn't trigger automated issue linking. This should fix that.

Reviewer checklist:

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.83%. Comparing base (872978d) to head (2a8f744). Report is 7 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #589 +/- ## ========================================== - Coverage 95.85% 95.83% -0.02% ========================================== Files 24 24 Lines 3619 3628 +9 Branches 788 724 -64 ========================================== + Hits 3469 3477 +8 Misses 86 86 - Partials 64 65 +1 ```
sjpfenninger commented 2 months ago

What's the issue this solves?

brynpickering commented 2 months ago

What's the issue this solves?

Previously it was Fixes issue(s) # but this will not link a PR to an issue (and then automatically close that issue when the PR is merged). Now it is simply Fixes # which does link the issue automatically.