-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a pull request template to the master branch.
- Loading branch information
1 parent
20cd0ec
commit 199f17a
Showing
1 changed file
with
18 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Pull Request Testing ## | ||
|
||
- [ ] Describe testing already performed for these changes:</br> | ||
|
||
- [ ] Recommend testing for the reviewer to perform, including the location of input datasets:</br> | ||
|
||
- [ ] Will this PR result in changes to the test suite? **[Yes or No]**</br> | ||
If **yes**, describe the new output and/or changes to the existing output:</br> | ||
|
||
- [ ] After merging, should the reviewer **DELETE** the feature branch from GitHub? **[Yes or No]**</br> | ||
|
||
## Pull Request Checklist ## | ||
See the [METplus Workflow](https://dtcenter.github.io/METplus/Contributors_Guide/github_workflow.html) for details. | ||
- [ ] Complete the PR definition above. | ||
- [ ] Ensure the PR title matches the feature or bugfix branch name. | ||
- [ ] Define the PR metadata, as permissions allow. | ||
Select: **Reviewer(s)**, **Project(s)**, and **Milestone** | ||
- [ ] After submitting the PR, select **Linked Issues** with the original issue number. |