From 58a8cf2caf3e34f2089aaeec157413f2fada6671 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 3 Oct 2024 17:53:29 +0800 Subject: [PATCH] Update JOJ3 Configuration Schema --- JOJ3-Configuration-Schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JOJ3-Configuration-Schema.md b/JOJ3-Configuration-Schema.md index ca2bc79..a3591b6 100644 --- a/JOJ3-Configuration-Schema.md +++ b/JOJ3-Configuration-Schema.md @@ -11,7 +11,7 @@ JOJ configuration generator should read both repository and task `.toml` files a ## Commit message and course-joj repo tree -Commit messages must follow conventional commits format: `type[scope]: message`. We use `scope` to track the exact task which is being worked on. +Commit messages must follow conventional commits format: `type(scope): message`. We use `scope` to track the exact task which is being worked on. Basic rules: - health check is **always** run first