forked from ufs-community/ufs-srweather-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[develop]: Update PR & issue templates, Contributor's Guide (ufs-comm…
…unity#335) * update Jenkins testing info * minor edits * minor updates * minor updates to testing * fix url, update image * add cross reference * minor edits * minor fix * condense * expand width of docs * update PR template * update bug report issue file) * update feature request template * add areas of expertise * Contrib Guide areas of expertise * more expertise updates * update PR template in Contrib Guide * bugfix issue template updates * update textonly issue template in CG * PR temp updates * add to code manager's info * whitespace alignment * add Labels section to PR * update Jenkins info * update areas of expertise Co-authored-by: gspetro <gillian.s.petro@gmail.com>
- Loading branch information
1 parent
2bb297b
commit 09028a4
Showing
9 changed files
with
395 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,91 @@ | ||
|
||
- Update develop to head at ufs-community | ||
|
||
- 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". | ||
- You may delete any sections labeled "optional" and any instructions within <!-- these sections -->. | ||
|
||
- If you are unclear on what should be written here, see https://github.com/wrf-model/WRF/wiki/Making-a-good-pull-request-message for some guidance and review the Code Contributor's Guide at https://github.com/ufs-community/ufs-srweather-app/wiki/Code-Manager's-Guide. | ||
|
||
- If you are unclear on what should be written here, see https://github.com/wrf-model/WRF/wiki/Making-a-good-pull-request-message for some guidance. | ||
- Code reviewers will assess the PR based on the criteria laid out in the Code Reviewer's Guide (https://github.com/ufs-community/ufs-srweather-app/wiki/Code-Manager's-Guide). | ||
|
||
- 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. | ||
- 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 (e.g., "[develop]: Updated UFS_UTILS hash"). | ||
|
||
- 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. | ||
<!-- One or more paragraphs describing the problem, solution, and required changes. --> | ||
|
||
### Type of change | ||
<!-- Please delete options that are not relevant. Add an X to check off a box. --> | ||
- [ ] 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 not work as expected) | ||
- [ ] This change requires a documentation update | ||
|
||
## TESTS CONDUCTED: | ||
Explicitly state what tests were run on these changes, or if any are still pending (for README or other text-only changes, just put "None required". Make note of the compilers used, the platform/machine, and other relevant details as necessary. For more complicated changes, or those resulting in scientific changes, please be explicit! | ||
<!-- Explicitly state what tests were run on these changes, or if any are still pending (for README or other text-only changes, just put "None required"). Make note of the compilers used, the platform/machine, and other relevant details as necessary. For more complicated changes, or those resulting in scientific changes, please be explicit! --> | ||
<!-- Add an X to check off a box. --> | ||
|
||
- [ ] hera.intel | ||
- [ ] orion.intel | ||
- [ ] cheyenne.intel | ||
- [ ] cheyenne.gnu | ||
- [ ] gaea.intel | ||
- [ ] jet.intel | ||
- [ ] wcoss2.intel | ||
- [ ] NOAA Cloud (indicate which platform) | ||
- [ ] Jenkins | ||
- [ ] fundamental test suite | ||
- [ ] comprehensive tests (specify *which* if a subset was used) | ||
|
||
## DEPENDENCIES: | ||
Add any links to external PRs (e.g. regional_workflow and/or UFS PRs). For example: | ||
<!-- Add any links to external PRs (e.g. regional_workflow and/or UFS PRs). For example: | ||
- ufs-community/regional_workflow/pull/<pr_number> | ||
- ufs-community/UFS_UTILS/pull/<pr_number> | ||
- ufs-community/ufs-weather-model/pull/<pr_number> | ||
- ufs-community/ufs-weather-model/pull/<pr_number> --> | ||
|
||
## DOCUMENTATION: | ||
If this PR is contributing new capabilities that need to be documented, please also include updates to the RST files (docs/UsersGuide/source) as supporting material. | ||
<!-- If this PR is contributing new capabilities that need to be documented, please also include updates to the RST files (docs/UsersGuide/source) as supporting material. --> | ||
|
||
## ISSUE: | ||
<!-- If this PR is resolving or referencing one or more issues, in this repository or elsewhere, list them here (Remember, issues must always be created before starting work on a PR branch!). For example, "Fixes issue mentioned in #123" or "Related to bug in https://github.com/ufs-community/other_repository/pull/63" --> | ||
|
||
## CHECKLIST | ||
<!-- Add an X to check off a box. --> | ||
- [ ] My code follows the style guidelines in the Contributor's Guide | ||
- [ ] I have performed a self-review of my own code using the Code Reviewer's Guide | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] My changes need updates to the documentation. I have made corresponding changes to the documentation | ||
- [ ] My changes do not require updates to the documentation (explain). | ||
- [ ] My changes generate no new warnings | ||
- [ ] New and existing tests pass with my changes | ||
- [ ] Any dependent changes have been merged and published | ||
|
||
## ISSUE (optional): | ||
If this PR is resolving or referencing one or more issues, in this repository or elewhere, list them here. For example, "Fixes issue mentioned in #123" or "Related to bug in https://github.com/ufs-community/other_repository/pull/63" | ||
## LABELS (optional): | ||
<!-- If you do not have permissions to add labels to your own PR, request that labels be added here. | ||
Add an X to check off a box. Delete any unnecessary labels. --> | ||
A Code Manager needs to add the following labels to this PR: | ||
- [ ] Work In Progress | ||
- [ ] bug | ||
- [ ] enhancement | ||
- [ ] documentation | ||
- [ ] release | ||
- [ ] high priority | ||
- [ ] run_ci | ||
- [ ] run_we2e_fundamental_tests | ||
- [ ] run_we2e_comprehensive_tests | ||
- [ ] Needs Cheyenne test | ||
- [ ] Needs Jet test | ||
- [ ] Needs Hera test | ||
- [ ] Needs Orion test | ||
- [ ] help wanted | ||
|
||
## CONTRIBUTORS (optional): | ||
If others have contributed to this work aside from the PR author, list them here | ||
<!-- If others have contributed to this work aside from the PR author, list them here --> | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.