From 6aca3d4a35c9c753f2e4e8616b6830f76b257866 Mon Sep 17 00:00:00 2001 From: Alex Richert <82525672+AlexanderRichert-NOAA@users.noreply.github.com> Date: Fri, 23 Jun 2023 19:51:44 -0700 Subject: [PATCH] Update PR template (#618) * Add PR template Co-authored-by: Dom Heinzeller --- .github/pull_request_template.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..4fa859cc4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,28 @@ +### Summary + +Describe the changes made in this PR and why they are needed. + +### Testing + +Describe the testing done for this PR. + +### Applications affected + +List all known applications (UFS WM, JEDI, SRW, etc.) intentionally or unintentionally affected by this PR. + +### Systems affected + +List all systems intentionally or unintentionally affected by this PR. + +### Dependencies + +If there are PRs that need to be merged before or along with this one, please add "- [ ] waiting on LINK_TO_PR" for each of them + +### Issue(s) addressed + +Link the issues addressed or resolved by this PR (use `Fixes #???` for fully resolved issues) + +### Checklist +- [ ] This PR addresses one issue/problem/enhancement, or has a very good reason for not doing so. +- [ ] These changes have been tested on the affected systems and applications. +- [ ] All dependency PRs/issues have been resolved and this PR can be merged.