diff options
| author | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-28 22:52:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-28 22:52:29 +0100 |
| commit | 87f3b7170183f329bc060bb92d0337e7057336d6 (patch) | |
| tree | 75517f3833061619e07d68272733a4d94f450ede /.github/pull_request_template.md | |
| parent | 99367dbc50d0eaa436a3ef89c5646a367b298404 (diff) | |
Update pull_request_template.md
Diffstat (limited to '.github/pull_request_template.md')
| -rw-r--r-- | .github/pull_request_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d645302..02eddf5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ #### Check List: -- [ ] You have run `.mvnv verify` and the project builds successfully +- [ ] You have run `.mvnw verify` and the project builds successfully - [ ] Tests pass (`./test.sh <username>` shows no differences between expected and actual outputs) - [ ] All formatting changes by the build are committed - [ ] Your launch script is named `calculate_average_<username>.sh` (make sure to match casing of your GH user name) and is executable |
