diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md deleted file mode 100644 index 313b1554f..000000000 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ /dev/null @@ -1,51 +0,0 @@ -## Description - - - -## Type of Change - -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -- [ ] Documentation update - -## Issue Number - - - - - -## Code Compatibility - -- [ ] I have performed a self-review of my code - -### Code Performance and Testing - -- [ ] I have added tests that prove my fix is effective or that my feature works -- [ ] I ran the [complete Pytest test](https://anemoi.readthedocs.io/projects/training/en/latest/dev/testing.html) suite locally, and they pass -- [ ] I have tested the changes on a single GPU -- [ ] I have tested the changes on multiple GPUs / multi-node setups -- [ ] 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 - - - - -### Dependencies - -- [ ] I have ensured that the code is still pip-installable after the changes and runs -- [ ] I have tested that new dependencies themselves are pip-installable. -- [ ] I have not introduced new dependencies in the inference portion of the pipeline - - - -### Documentation - -- [ ] My code follows the style guidelines of this project -- [ ] I have updated the documentation and docstrings to reflect the changes -- [ ] I have added comments to my code, particularly in hard-to-understand areas - - - -## Additional Notes - -