From 6af61dac740258072c12f74c9b20f277bc915d2d Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Tue, 15 Feb 2022 13:23:39 -0500 Subject: [PATCH] Update pull_request_template.md --- pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pull_request_template.md b/pull_request_template.md index ed3830f..e590d26 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -13,3 +13,4 @@ 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`