diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..29f2b9e --- /dev/null +++ b/pull_request_template.md @@ -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`