diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d35a5f15889..7777b3c081d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,7 +11,7 @@ _Short description of the approach_ - [ ] PR title captures the intent of the changes, and is fitting for release notes. - [ ] Added appropriate release note label - [ ] Commit history is consistent and clean, in line with the [contribution guidelines](https://github.com/equinor/ert/blob/main/CONTRIBUTING.md). -- [ ] Make sure unit tests pass locally after every commit (`git rebase -i 10 +- [ ] Make sure unit tests pass locally after every commit (`git rebase -i main --exec 'pytest tests/unit_tests -n logical -m "not integration_test"'`) ## When applicable