From 365d7ef9ea1fff06b11b571e2662084e6c1892e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Doruk=20Arda=C4=9F?= <38666458+Dooruk@users.noreply.github.com> Date: Mon, 17 Aug 2026 15:45:56 -0400 Subject: [PATCH] Enhance pull request template with additional sections --- .github/PULL_REQUEST_TEMPLATE.md | 44 +++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 294c01c2b..9250a3af6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,13 +1,43 @@ + + + + + + ## Description + + +## Related Issue + + + + -*Provide a detailed description of what this PR does.* +Closes # -## Dependencies +## Motivation and Context + -- [ ] waiting on GEOS-ESM/repo/pull/ -- [ ] waiting on GEOS-ESM/repo/pull/ +## How Has This Been Tested? + + + -## Impact +## Types of changes + + +- [ ] 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 change) +- [ ] Trivial change (affects only documentation or cleanup) -- [ ] repo -- [ ] ... +## Checklist: + + + + + + + +- [ ] I have tested this change with a run of SWELL suite (if non-trivial), see documentation xxx for testing details +- [ ] I have added one of the required labels (0 diff, 0 diff trivial, 0 diff structural, non 0-diff)