Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 37 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,43 @@
<!--- These lines are comments. You can delete or ignore them -->
<!--- NOTE: If your PR is trivial, feel free to delete the "Related Issue" -->
<!--- "Testing" or other sections. -->

<!--- Provide a brief summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->

## Related Issue
<!--- This project primarily accepts pull requests related to open issues -->
<!--- If suggesting a new feature, observer, or change, please discuss it in an issue first -->
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
<!--- Please add the issue number below or delete the Closes line if this is not relevant -->

*Provide a detailed description of what this PR does.*
Closes #

## Dependencies
## Motivation and Context
<!--- (Optional) Why is this change required? What problem does it solve? -->

- [ ] waiting on GEOS-ESM/repo/pull/<pr_number>
- [ ] waiting on GEOS-ESM/repo/pull/<pr_number>
## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->

## Impact
## Types of changes
<!--- What types of changes does your code introduce? -->
<!--- Put an `x` in all the boxes that apply so that it looks like [x] -->
- [ ] 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 change)
- [ ] Trivial change (affects only documentation or cleanup)

- [ ] repo
- [ ] ...
## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
<!--- For the required labels: -->
<!--- 0 diff trivial: this change is to documentation or obviously does not affect the results -->
<!--- 0 diff structural: this change only moves code around -->
<!--- 0 diff: this change is to code and has no impact on the results -->
<!--- non 0-diff: this change affects the results -->
- [ ] I have tested this change with a run of SWELL suite (if non-trivial), see documentation xxx for testing details

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another checkpoint for adding documentation? Something like

Suggested change
- [ ] I have tested this change with a run of SWELL suite (if non-trivial), see documentation xxx for testing details
- [ ] I have tested this change with a run of SWELL suite (if non-trivial)
- [ ] I have added or updated the documentation to describe my new feature

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea, I will change it once the sidebar is finalized.

- [ ] I have added one of the required labels (0 diff, 0 diff trivial, 0 diff structural, non 0-diff)
Loading