aboutsummaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
authorGunnar Morling <gunnar.morling@googlemail.com>2024-01-28 22:52:12 +0100
committerGitHub <noreply@github.com>2024-01-28 22:52:12 +0100
commit99367dbc50d0eaa436a3ef89c5646a367b298404 (patch)
treeb20ef87232e4b7157a18687743639b41c473e39c /.github/pull_request_template.md
parent82197d4482ec8a5086713b4bbad88be6e9b59003 (diff)
Update pull_request_template.md
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r--.github/pull_request_template.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 6f71c45..d645302 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,4 +1,6 @@
#### 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)
- [ ] 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