mev-inspect-py/pull_request_template.md
2022-02-15 13:23:39 -05:00

17 lines
541 B
Markdown

## 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
- [ ] All tests pass with `./mev test`