Update pull_request_template.md

This commit is contained in:
Luke Van Seters 2022-02-16 09:19:36 -05:00 committed by GitHub
parent 6af61dac74
commit 48cf3612bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,18 @@
## What does this PR do? ## What does this PR do?
A short description of what the PR does and motivation for the PR (what problem does it solve? why is this new feature good?) A short description of what the PR does.
## Is this related to an open issue? ## Related issue
Include the issue number if so Link to the issue this PR addresses.
If there isn't already an open issue, create an issue first. This will be our home for discussing the problem itself.
## Testing ## Testing
What testing was performed to verify this works? Unit tests are a big plus! What testing was performed to verify this works? Unit tests are a big plus!
## Checklist before merging ## Checklist before merging
- [ ] I have read the [contributing guide](https://github.com/flashbots/mev-inspect-py/blob/main/CONTRIBUTING.md) - [ ] Read the [contributing guide](https://github.com/flashbots/mev-inspect-py/blob/main/CONTRIBUTING.md)
- [ ] I have installed and run pre-commit hooks - [ ] Installed and ran pre-commit hooks
- [ ] All tests pass with `./mev test` - [ ] All tests pass with `./mev test`