-
Notifications
You must be signed in to change notification settings - Fork 108
/
PULL_REQUEST_TEMPLATE
44 lines (27 loc) · 2.01 KB
/
PULL_REQUEST_TEMPLATE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
- Use this template to give a detailed message describing the change you want to make to the code.
- You may delete any sections labeled "optional".
- If you are unclear on what should be written here, see https://github.com/ufs-community/UFS_UTILS/wiki/9.-Creating-a-Pull-Request for some guidance.
- The title of this pull request should be a brief summary (ideally less than 100 characters) of the changes included in this PR. Please also include the branch to which this PR is being issued.
- Use the "Preview" tab to see what your PR will look like when you hit "Create pull request"
## --- Delete this line and those above before hitting "Create pull request" ---
## DESCRIPTION OF CHANGES:
One or more paragraphs describing the problem, solution, and required changes.
## TESTS CONDUCTED:
If there are changes to the build or source code, the tests below must be conducted. Contact a repository manager if you need assistance.
- [ ] Compile branch on all Tier 1 machines using Intel (Orion, Jet, Hera, Hercules and WCOSS2).
- [ ] Compile branch on Hera using GNU.
- [ ] Compile branch in 'Debug' mode on WCOSS2.
- [ ] Run unit tests locally on any Tier 1 machine.
- [ ] Run relevant consistency tests locally on all Tier 1 machines.
Optional test.
- [ ] Run full set of chgres_cube consistency tests on Hera.
Describe any additional tests performed.
## DEPENDENCIES:
Add any links to pending PRs that are required prior to merging this PR. For example:
ufs-community/UFS_UTILS/pull/<pr_number>
## DOCUMENTATION:
If this PR is contributing new capabilities that need to be documented, please also include updates to the RST files in the docs/source directory as supporting material.
## ISSUE:
If this PR is resolving or referencing one or more issues, in this repository or elsewhere, list them here. For example, "Fixes issue mentioned in #123" or "Related to bug in https://github.com/NOAA-EMC/other_repository/pull/63"
## CONTRIBUTORS (optional):
If others have contributed to this work aside from the PR author, list them here