-
Notifications
You must be signed in to change notification settings - Fork 33
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
[1pt] PR: Update PR template #856
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a few very minor comments -- consider them optional suggestions.
Thanks for revising this!
@mluck thanks for your review and suggestions. I appreciate it. I addressed each one. Please let me know if you'd like to see modifications to the checklist, after the updates I made. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! The only other thing to change would be to add "PR: " to the title.
Thanks, Rob. Nice work. This is a big improvement WRT standardizing our process. I agree with Matt's comment about adding "PR:" to title of this Pull Request. |
Looks like there are unresolved conflicts in the Changelog |
Simple update to the
PULL_REQUEST_TEMPLATE.md
to remove unnecessary/outdated boilerplate items, add octothorpe (#) in front of Additions, Changes, Removals to mirror CHANGELOG.md format, and clean up the PR Checklist.Changes
docs/
PULL_REQUEST_TEMPLATE.md
- Update template to match CHANGELOG formatting, improve checklist to be applicableTesting
n/a
Checklist
You may update this checklist before and/or after creating the PR. If you're unsure about any of them, please ask, we're here to help! These items are what we are going to look for before merging your code.
[_pt] PR: <description>
dev
branch (the default branch), you have a descriptive Feature Branch name using the format:dev-<description-of-change>
(ie:dev-revise-levee-masking
)dev
branch/foss_fim/
, run:pytest unit_tests/
)