|
| 1 | +<!-- PLEASE READ --> |
| 2 | +<!-- Any PRs not following this template will be closed --> |
| 3 | +<!-- |
| 4 | + Please use a short (<60 char), descriptive title above. It should complete the sentence "If merged, this PR will _____". Capitalize the first word and do not end with a period. |
| 5 | +
|
| 6 | + PRs should meet these guidelines: |
| 7 | + - Each PR should address ONE topic and have an associated issue. |
| 8 | + - No hard-coded paths or personal directories. |
| 9 | + - No temporary or backup files should be committed (including logs). |
| 10 | + - Any code that you disabled by being commented out should be removed or reenabled. |
| 11 | +
|
| 12 | + Please delete all these comments before submitting the PR. |
| 13 | +--> |
| 14 | +# Description |
| 15 | +<!-- This description will become the commit message for the PR--> |
| 16 | +<!-- Please use this format for your description: |
| 17 | +
|
| 18 | + Describe your changes. Focus on the *what* and *why*. The *how* will be evident from the changes. In particular, be sure to note any interface changes, such as command line syntax, that will need to be communicated to users. |
| 19 | +
|
| 20 | + At the end of your description, please be sure to add the issue this PR solves using the word "Resolves". If there are any issues that are related but not yet resolved (including in other repos), you may use "Refs". |
| 21 | +
|
| 22 | + Resolves #1234 |
| 23 | + Refs #4321 |
| 24 | + Refs NOAA-EMC/repo#5678 |
| 25 | +--> |
| 26 | + |
| 27 | +# Type of change |
| 28 | +<!-- Delete all except one --> |
| 29 | +- Bug fix (fixes something broken) |
| 30 | +- New feature (adds functionality) |
| 31 | +- Maintenance (code refactor, clean-up, new CI test, etc.) |
| 32 | + |
| 33 | +# Change characteristics |
| 34 | +- Is this a breaking change (a change in existing functionality)? YES/NO |
| 35 | +- Does this change require a documentation update? YES/NO |
| 36 | + |
| 37 | +# How has this been tested? |
| 38 | +<!-- Please list any test you conducted, including the machine. |
| 39 | +
|
| 40 | +Example: |
| 41 | +- Clone and build on WCOSS |
| 42 | +- Cycled test with workflow with bufr and gempak on |
| 43 | +--> |
| 44 | + |
| 45 | +# Checklist |
| 46 | +- [ ] Any dependent changes have been merged and published |
| 47 | +- [ ] My code follows the style guidelines of this project |
| 48 | +- [ ] I have performed a self-review of my own code |
| 49 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 50 | +- [ ] My changes generate no new warnings |
| 51 | +- [ ] New and existing tests pass with my changes |
| 52 | +- [ ] I have made corresponding changes to the documentation if necessary |
0 commit comments