From 035f23b798fa1d9553cdc4e01b9c10e160494c92 Mon Sep 17 00:00:00 2001 From: Seohyun Lee Date: Mon, 2 Sep 2024 06:16:10 +0000 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20506d0..df1a2a1 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Ensure you are proficient with the following development tools: $ ./scripts/submit.sh ``` - After running the command above, in the `target` directory, you can find a `assignment.zip` file (`assignment09.zip` for example). Submit this file to . -- Read the documentation at . +- Read the documentation at . - You can check your grade of each assignment by running the grading script. - You can run the grading script with the following command: ```bash From 0197ca033c00096b8e28801352fbf1cbb1adc741 Mon Sep 17 00:00:00 2001 From: Seohyun Lee Date: Mon, 2 Sep 2024 06:20:31 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df1a2a1..adf26af 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Ensure you are proficient with the following development tools: $ ./scripts/submit.sh ``` - After running the command above, in the `target` directory, you can find a `assignment.zip` file (`assignment09.zip` for example). Submit this file to . -- Read the documentation at . +- Read the documentation at . - You can check your grade of each assignment by running the grading script. - You can run the grading script with the following command: ```bash @@ -230,7 +230,7 @@ Ensure you are proficient with the following development tools: If your question is not listed, post it as a new issue for discussion. Office hour discussions will focus on unresolved issues. -- Emails to the instructor or head TA should start with "CS220:" in the subject line, followed by a brief description. +- Emails to the instructor or head TA should start with "CS220" in the subject line, followed by a brief description. Include your name and student number in the email. Emails lacking this information (e.g., those without a student number) will not receive a response. From e178d895170d14a4e5727d08c505981b4c1c0fd4 Mon Sep 17 00:00:00 2001 From: Jaewoo Kim Date: Mon, 2 Sep 2024 06:23:06 +0000 Subject: [PATCH 3/3] Fix a link in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adf26af..ba201de 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Ensure you are proficient with the following development tools: $ ./scripts/submit.sh ``` - After running the command above, in the `target` directory, you can find a `assignment.zip` file (`assignment09.zip` for example). Submit this file to . -- Read the documentation at . +- Read the documentation at . - You can check your grade of each assignment by running the grading script. - You can run the grading script with the following command: ```bash