Skip to content
Merged
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
22 changes: 19 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<!--- Provide a general summary of your changes in the Title above -->
# Pull Request

## Summary
<!--- Provide a brief summary of your changes -->

## Description
<!--- Describe your changes in detail -->
Expand All @@ -17,11 +20,24 @@
- [ ] 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)
- [ ] Documentation update
- [ ] Code refactoring
- [ ] Performance improvement
- [ ] Test improvement

## 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! -->
- [ ] My code follows the code style of this project. (`make clean`)
- [ ] I have incremented the version number in the `pyproject.toml` file.
- [ ] I have added tests to cover my changes.
- [ ] I have incremented the version number in the `pyproject.toml` file (if applicable).
- [ ] I have added tests to cover my changes (if applicable).
- [ ] All new and existing tests passed. (`make tests`)
- [ ] I have updated the documentation (if applicable).
- [ ] My changes generate no new warnings.
- [ ] I have added any necessary new dependencies to `pyproject.toml`.

## Additional Notes
<!--- Add any additional notes, concerns, or questions for reviewers -->

## Screenshots (if applicable)
<!--- Add screenshots to help explain your changes if they are visual in nature -->
Loading