Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 32 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@
<!-- Please remove check-list items that aren't relevant to your changes -->
## What changed
2-4 bullets in plain language.

- [ ] Closes #xxxx
- [ ] Tests added
- [ ] Documentation reflects changes
- [ ] PEP8 Standards or use of linter
- [ ] Xarray Dataset or DataArray variable naming follows 'ds' or 'da' naming
-
-

## Why
1-2 lines on the user/problem impact.


## Issues closed
List issue references this PR closes (for example: `Closes #123`, `Fixes #456`).

## Validation
Mark each item as done or N/A. Add one short evidence line for each item.

- [ ] I ran pre-commit or ruff

- [ ] I ran tests and/or added tests

## AI usage & manual verification
If AI tools were used, complete this section.

- AI used: yes/no
- Model/tooling:
- Tasks delegated to AI:
- Manual verification performed:

## Use Xarray Dataset naming
When adding dataset usage to the code use ds for Datasets and da for
DataArrays

Impact note (optional): breaking behavior, scientific output shift, or user-visible behavior.
Loading