-
-
Notifications
You must be signed in to change notification settings - Fork 46
feat: add Pull Request template #241
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,32 @@ | ||||||||||||||
| # Description | ||||||||||||||
|
|
||||||||||||||
| Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. | ||||||||||||||
|
|
||||||||||||||
| Fixes # | ||||||||||||||
|
|
||||||||||||||
|
|
||||||||||||||
| # Type of change | ||||||||||||||
|
|
||||||||||||||
| - [ ] 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 not work as expected) | ||||||||||||||
| - [ ] This change requires a documentation update | ||||||||||||||
|
|
||||||||||||||
| # How Has This Been Tested? | ||||||||||||||
|
|
||||||||||||||
| Please describe the tests that you ran to verify your changes. | ||||||||||||||
|
|
||||||||||||||
| - [ ] Test A | ||||||||||||||
| - [ ] Test B | ||||||||||||||
|
Comment on lines
+15
to
+20
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
For this project, I think the test suite should cover things. Tests should be added if needed, but that is covered by the checklist. |
||||||||||||||
|
|
||||||||||||||
| # Checklist | ||||||||||||||
|
|
||||||||||||||
| _Please check all that apply. You can mark items as N/A if they don't apply to your change._ | ||||||||||||||
|
|
||||||||||||||
| - [ ] My code follows the style guidelines of this project | ||||||||||||||
| - [ ] I have performed a self-review of my own code | ||||||||||||||
| - [ ] I have commented my code, particularly in hard-to-understand areas | ||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||
| - [ ] I have made corresponding changes to the documentation | ||||||||||||||
| - [ ] My changes generate no new warnings | ||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
We'll have to add a bot which indicates any new warnings, seems more reliable than self-reporting. We'll do this separately. |
||||||||||||||
| - [ ] I have added tests that prove my fix is effective or that my feature works | ||||||||||||||
| - [ ] New and existing unit tests pass locally with my changes | ||||||||||||||
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.