-
Notifications
You must be signed in to change notification settings - Fork 79
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
Update PR template #1084
Update PR template #1084
Conversation
<!-- LINK YOUR ISSUE HERE --> | ||
|
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.
This line is fairly redundant.
@@ -21,7 +24,7 @@ If this pull request is not ready for review yet, please submit it as a draft. | |||
## Screenshots (if appropriate) | |||
|
|||
|
|||
## Tests and linting | |||
## Tests and Linting |
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.
Updated the casing of the header to match the other headers.
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.
These changes look great.
Description of Changes
Updated the PR template so that the title-casing is clear and got rid of a redundant comment.
Tests and linting
develop
branch.pytest
passes on my local development environment.pre-commit
passes on my local development environment.