Update pull_request_template.md

This commit is contained in:
Gunnar Morling
2024-01-28 22:52:12 +01:00
committed by GitHub
parent 82197d4482
commit 99367dbc50

View File

@@ -1,4 +1,6 @@
#### Check List: #### Check List:
- [ ] You have run `.mvnv verify` and the project builds successfully
- [ ] Tests pass (`./test.sh <username>` shows no differences between expected and actual outputs) - [ ] Tests pass (`./test.sh <username>` shows no differences between expected and actual outputs)
- [ ] All formatting changes by the build are committed - [ ] 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 - [ ] Your launch script is named `calculate_average_<username>.sh` (make sure to match casing of your GH user name) and is executable