Merge pull request #267 from flashbots/lukevs-pr-template

Create pull_request_template.md
This commit is contained in:
Luke Van Seters 2022-02-16 09:27:35 -05:00 committed by GitHub
commit 25f77a54fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
pull_request_template.md Normal file
View File

@ -0,0 +1,18 @@
## What does this PR do?
A short description of what the PR does.
## Related issue
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
What testing was performed to verify this works? Unit tests are a big plus!
## Checklist before merging
- [ ] Read the [contributing guide](https://github.com/flashbots/mev-inspect-py/blob/main/CONTRIBUTING.md)
- [ ] Installed and ran pre-commit hooks
- [ ] All tests pass with `./mev test`