Skip to content

Commit 75c2c62

Browse files
author
Julie Schramm
committedMay 10, 2021
Modify content to allow developers to add links to PRs for testing and dependencies.
1 parent fdb29b4 commit 75c2c62

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
One or more paragraphs describing the problem, solution, and required changes.
33

44
## Tests Conducted:
5-
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!
5+
Add any links to tests conducted. For example, "See ufs-community/ufs-weather-model/pull/<pr_number>"
6+
7+
## Dependencies:
8+
Add any links to parent PRs. For example:
9+
- NCAR/ccpp-framework/pull/<pr_number>
10+
- NOAA-EMC/fv3atm/pull/<pr_number>
11+
- ufs-community/ufs-weather-model/pull/<pr_number>
612

713
## Documentation:
814
Does this PR add new capabilities that need to be documented or require modifications to the existing documentation? If so, brief supporting material can be provided here. Contact the CODEOWNERS if your PR requires extensive updates to the documentation. See https://github.com/NCAR/ccpp-doc for Technical Documentation or https://dtcenter.org/community-code/common-community-physics-package-ccpp/documentation for the latest Scientific Documentation.

0 commit comments

Comments
 (0)
Please sign in to comment.