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.