From ea993824bf93dae5121fee48bea360c28592585e Mon Sep 17 00:00:00 2001 From: Janggun Lee Date: Mon, 2 Sep 2024 09:40:28 +0900 Subject: [PATCH] Improve Template --- .github/ISSUE_TEMPLATE/ASSIGNMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ASSIGNMENT.md b/.github/ISSUE_TEMPLATE/ASSIGNMENT.md index 51deccb..e86eee4 100644 --- a/.github/ISSUE_TEMPLATE/ASSIGNMENT.md +++ b/.github/ISSUE_TEMPLATE/ASSIGNMENT.md @@ -9,9 +9,9 @@ assignees: '' DESCRIPTION. -- Read the description [here](https://github.com/kaist-cp/cs220/blob/main/src/assignments/assignmentX.rs). You're going to fill out the `todo!()`s. +- Read the description [here](https://github.com/kaist-cp/cs220/blob/main/src/assignments/assignmentX/mod.rs). You're going to fill out the `todo!()`s. -- You can grade your solution yourself by running `./scripts/grade-X.sh`. +- You can grade your solution yourself by running `./scripts/grade.sh X`. - Submit your code [here](https://gg.kaist.ac.kr/assignment/GGX/).