Skip to content

Commit

Permalink
Fix pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Sep 16, 2024
1 parent fe21a3b commit 284be7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 284be7c

Please sign in to comment.