From 5c46ad3b8fe97da2df5600287112de85cc62ece0 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 2 Nov 2025 10:52:52 +0800 Subject: [PATCH] Update Introduction to JOJ3 --- Introduction-to-JOJ3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introduction-to-JOJ3.md b/Introduction-to-JOJ3.md index 25ef8f3..cf01abe 100644 --- a/Introduction-to-JOJ3.md +++ b/Introduction-to-JOJ3.md @@ -31,7 +31,7 @@ The `type` must be one of - `test`: adding or correcting tests - `build`: changes affecting the build system, eg. `Makefile`, dependencies - `ci`: commit related to Continuous Integration (CI), eg. Gitea actions configuration -- `chores`: changes not modifying source code or test cases +- `chore`: changes not modifying source code or test cases - `revert`: revert a previous commit The `scope` is defined and provided by TT for each task or each assignment. For instance, it could be `hw2/ex4` for homework 2 exercise 4 or `p1/m3` for project 1 milestone 3. If you are unsure of the scope of a task, reach out to TT.