From 284be7cfdee069971814cabb9d8d775299c3f2a0 Mon Sep 17 00:00:00 2001 From: Eivind Jahren Date: Mon, 16 Sep 2024 13:49:00 +0200 Subject: [PATCH] Fix pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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