From 3914c2877758887387befd547eb348ccc44d63fd Mon Sep 17 00:00:00 2001 From: Rahul Mahajan Date: Mon, 8 Jul 2024 16:21:30 -0500 Subject: [PATCH 01/13] update PR template for submods. Define DATAROOT with RUN and PDYcyc to aid in clean-up --- .github/pull_request_template.md | 11 +++++++++++ parm/config/gefs/config.base | 2 +- parm/config/gfs/config.base | 2 +- scripts/exglobal_cleanup.sh | 14 +++++--------- 4 files changed, 18 insertions(+), 11 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index dbebfe8f6e..317a58c2e3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -33,6 +33,17 @@ # Change characteristics - Is this a breaking change (a change in existing functionality)? YES/NO - Does this change require a documentation update? YES/NO +- Does this change require an update to any of the following submodules? YES/NO + - [ ] UFS-weather-model + - [ ] UFS-UTILS + - [ ] GSI + - [ ] GSI-utils + - [ ] GSI-monitor + - [ ] GDAS + - [ ] EMC verif-global + - [ ] wxflow + - [ ] GFS-utils + # How has this been tested?