Create pull_request_template.md

This commit is contained in:
Luke Van Seters 2022-02-15 12:24:29 -05:00 committed by GitHub
parent 0f4cd2f31d
commit a8856521d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
pull_request_template.md Normal file
View File

@ -0,0 +1,15 @@
## 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?)
## Is this related to an open issue?
Include the issue number if so
## Testing
What testing was performed to verify this works? Unit tests are a big plus!
## Checklist before merging
- [ ] I have read the [contributing guide](https://github.com/flashbots/mev-inspect-py/blob/main/CONTRIBUTING.md)
- [ ] I have installed and run pre-commit hooks