From 99a754d0cd20a4b535e2dd5774b688726db5525a Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Sun, 28 Jan 2024 22:52:44 +0100 Subject: [PATCH] Update pull_request_template.md --- .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 02eddf5..9b55c8f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ #### Check List: -- [ ] You have run `.mvnw verify` and the project builds successfully +- [ ] You have run `./mvnw verify` and the project builds successfully - [ ] Tests pass (`./test.sh ` shows no differences between expected and actual outputs) - [ ] All formatting changes by the build are committed - [ ] Your launch script is named `calculate_average_.sh` (make sure to match casing of your GH user name) and is executable