From c9a2993832afc8f46be7c7878c646f67f4b6db0f Mon Sep 17 00:00:00 2001 From: Stockton Jenkins <jsjenkins4@wisc.edu> Date: Wed, 26 Feb 2025 13:57:11 -0600 Subject: [PATCH] Edit projects.md --- projects.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects.md b/projects.md index 949e457..3b02743 100644 --- a/projects.md +++ b/projects.md @@ -184,7 +184,9 @@ This issue will contain the contents of `autobadger` as well as some other metad 1. You receive a GitLab issue (within a reasonable amount of time, i.e. an hour, but normally much shorter than that) 2. The results you see align with what you expect. -If there is an issue with (1) or (2), double check your code, give it some time before you push again or [rerun your GitLab pipeline](https://piazza.com/class/m64hzy9v23v398/post/85). If the issue is not resolved after a few attempts, then reach out to your [TA](https://tyler.caraza-harter.com/cs544/s25/messages.html?topic=ta) or visit us in office hours. +If there is an issue with (1) or (2), double check your code, give it some time before you push again or [rerun your GitLab pipeline](https://piazza.com/class/m64hzy9v23v398/post/85) manually. If the issue is not resolved after a few attempts, then reach out to your [TA](https://tyler.caraza-harter.com/cs544/s25/messages.html?topic=ta) or visit us in office hours. + +> **NOTE**: in cases around/after the deadline, it is better manually rerun the pipeline (if you suspect that your code is fine) than to push to `main` again. We keep track of your latest push to check against the project's deadline. As such, it is _highly recommended_ to start early, push often, and not wait till the minutes before the deadline to submit! Give yourself a buffer against unexpected issues. -- GitLab