|
| 1 | +## Summary |
| 2 | + |
| 3 | +> Provide a concise description of the proposed changes. |
| 4 | +> Include "closes #<ISSUE_NUMBER>" if this addresses an open issue <br> |
| 5 | +> **Note:** Validation tests and plots should **not** be added to the PR; they should be documented in the dedicated issue instead. |
| 6 | +
|
| 7 | + |
| 8 | +## What’s changed |
| 9 | + |
| 10 | +> Describe the main changes introduced by this PR. |
| 11 | +> Focus on user-visible changes, bug fixes, performance improvements, or internal changes. |
| 12 | +
|
| 13 | +- Example bullet 1 |
| 14 | +- Example bullet 2 |
| 15 | + |
| 16 | + |
| 17 | +## How to test / verify |
| 18 | + |
| 19 | +> Outline steps for reviewers or maintainers to validate the changes. |
| 20 | +> Include commands, scripts, or datasets if relevant. |
| 21 | +> Full validation results should be referenced in the associated issue, not pasted here. |
| 22 | +
|
| 23 | +- Step 1 |
| 24 | +- Step 2 |
| 25 | + |
| 26 | + |
| 27 | +## Scope |
| 28 | + |
| 29 | +> Indicate the type of PR: |
| 30 | +
|
| 31 | +- [ ] Feature |
| 32 | +- [ ] Bug fix |
| 33 | +- [ ] Hotfix |
| 34 | +- [ ] Documentation / process change |
| 35 | +- [ ] Internal / refactor |
| 36 | + |
| 37 | +> Optionally, note if this PR is part of a larger milestone or set of related PRs. |
| 38 | +
|
| 39 | + |
| 40 | +## Changelog |
| 41 | + |
| 42 | +> Did this PR introduce user-visible changes? |
| 43 | +> If yes, a **Scriv changelog fragment** must be added and committed. |
| 44 | +
|
| 45 | +- [ ] Changelog fragment added (if applicable) |
| 46 | + |
| 47 | + |
| 48 | +## Reviewer Checklist |
| 49 | + |
| 50 | +> Reviewers should confirm the following before approving and merging: |
| 51 | +
|
| 52 | +- [ ] The PR targets the `develop` branch |
| 53 | +- [ ] The PR is assigned to the developer |
| 54 | +- [ ] Appropriate labels are applied |
| 55 | +- [ ] The PR is included in relevant projects and/or milestones |
| 56 | +- [ ] Description clearly explains what has changed |
| 57 | +- [ ] Issue references included, if applicable |
| 58 | +- [ ] Code and documentation adhere to current standards (`ruff`) |
| 59 | +- [ ] Documentation updates included, if relevant |
| 60 | +- [ ] CI tests are passing |
| 61 | +- [ ] All reviewer comments have been addressed |
| 62 | + |
| 63 | + |
| 64 | +## Next Steps / Notes (if applicable) |
| 65 | + |
| 66 | +> Any follow-up actions, known issues, or reminders for maintainers. |
| 67 | +
|
0 commit comments