-
Notifications
You must be signed in to change notification settings - Fork 66
Add pull request and issue templates #372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,36 @@ | ||
| --- | ||
| name: Bug report | ||
| about: Create a report to help us improve | ||
| title: '' | ||
| labels: bug | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| # Description | ||
|
|
||
| Provide a clear and concise description of the bug and what behavior you are expecting. | ||
|
|
||
| ## Steps to Reproduce | ||
|
|
||
| Provide the tag or hash of the CCPP Framework used to reproduce the bug | ||
| Have you make any modifications to the CCPP Framework code? | ||
|
|
||
| Please provide detailed steps for reproducing the issue. | ||
|
|
||
| 1. step 1 | ||
| 2. step 2 | ||
| 3. see the bug... | ||
|
|
||
| ## Additional Context | ||
|
|
||
| Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. | ||
|
|
||
| * Machine | ||
| * Compiler | ||
| * Suite Definition File or Scheme | ||
| * Reference other issues or PRs in other repositories that this is related to, and how they are related. | ||
|
|
||
| ## Output | ||
|
|
||
| Please include any relevant log files, screenshots or other output here. | ||
This file contains hidden or 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,20 @@ | ||
| --- | ||
| name: Feature request | ||
| about: Suggest an idea for this project | ||
| title: '' | ||
| labels: enhancement | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| ## Description | ||
| Provide a clear and concise description of the problem to be solved. | ||
|
|
||
| ## Solution | ||
| Add a clear and concise description of the proposed solution. | ||
|
|
||
| ## Alternatives (optional) | ||
| If applicable, add a description of any alternative solutions or features you've considered. | ||
|
|
||
| ## Related to (optional) | ||
| Directly reference any issues or PRs in this or other repositories that this is related to, and describe how they are related. |
This file contains hidden or 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,22 @@ | ||
| ## Description of Changes: | ||
| One or more paragraphs describing the problem, solution, and required changes. | ||
|
|
||
| ## 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! | ||
| **OR** Add any links to tests conducted. For example, "See ufs-community/ufs-weather-model/pull/<pr_number>" | ||
|
|
||
| ## Dependencies: | ||
| Add any links to parent PRs (e.g. SCM and/or UFS PRs). For example: | ||
| - NCAR/ccpp-physics/pull/<pr_number> | ||
| - NOAA-EMC/fv3atm/pull/<pr_number> | ||
| - ufs-community/ufs-weather-model/pull/<pr_number> | ||
|
|
||
| ## Documentation: | ||
| 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. | ||
|
|
||
| ## Issue: | ||
| 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/NCAR/other_repository/pull/63". If an existing issue is not available, please submit an issue to describe the work (e.g. bug report, feature request). | ||
|
|
||
| ## Contributors (optional): | ||
| If others have contributed to this work aside from the PR author, list them here | ||
|
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.