Skip to content

Commit d924f31

Browse files
committed
chore: synced local '.github/pull_request_template.md' with remote 'sync-files/anemoi/some/.github/pull_request_template-core.md'
Triggered from common files on https://github.com/ecmwf-actions/reusable-workflows
1 parent 41ff583 commit d924f31

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/pull_request_template.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@
2323

2424
- [ ] I have added tests that prove my fix is effective or that my feature works
2525
- [ ] I ran the [complete Pytest test](https://anemoi.readthedocs.io/projects/training/en/latest/dev/testing.html) suite locally, and they pass
26-
- [ ] I have tested the changes on a single GPU
27-
- [ ] I have tested the changes on multiple GPUs / multi-node setups
28-
- [ ] I have run the [Benchmark Profiler](https://anemoi.readthedocs.io/projects/training/en/latest/user-guide/benchmarking.html) against the old version of the code
26+
27+
- [ ] I have tested the changes on a single GPU
28+
- [ ] I have tested the changes on multiple GPUs / multi-node setups
29+
- [ ] I have run the Benchmark Profiler against the old version of the code
30+
- [ ] If the new feature introduces modifications at the config level, I have made sure to update Pydantic Schemas and default configs accordingly
2931

3032

3133
<!-- In case this affects the model sharding or other specific components please describe these here. -->
@@ -34,7 +36,8 @@
3436

3537
- [ ] I have ensured that the code is still pip-installable after the changes and runs
3638
- [ ] I have tested that new dependencies themselves are pip-installable.
37-
- [ ] I have not introduced new dependencies in the inference portion of the pipeline
39+
40+
- [ ] I have not introduced new dependencies in the inference portion of the pipeline
3841

3942
<!-- List any new dependencies that are required for this change and the justification to add them. -->
4043

0 commit comments

Comments
 (0)