From 19d01662e59bb34da6c0f91f107d2ee5c24af47d Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sun, 30 Mar 2025 23:53:02 +0200 Subject: [PATCH] Update PR 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 40bbb2c6..81f8454a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,6 +19,6 @@ Please check the following before you make a pull request: * [ ] The header of all files contain a reference to the repository license * [ ] The overall test coverage is increased or remains the same as before * [ ] All tests are passing -* [ ] All flake8 checks are passing and the style guide is followed +* [ ] All linting checks are passing and the style guide is followed * [ ] Documentation (as docstrings) is complete and understandable * [ ] Only files that have been actively changed are committed