From 3ed3f2fecbce41b0782411fededd5388c44acb7e Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Wed, 18 Jun 2025 11:02:00 +0800 Subject: [PATCH] update FAQ, --- 98_AI_workspace/software-engineer/010_FAQ.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/98_AI_workspace/software-engineer/010_FAQ.md b/98_AI_workspace/software-engineer/010_FAQ.md index 86d01d1..bc88909 100644 --- a/98_AI_workspace/software-engineer/010_FAQ.md +++ b/98_AI_workspace/software-engineer/010_FAQ.md @@ -32,3 +32,17 @@ A: You only need to update the comment with same format and detail levels of the Q: which command should i use for check git stage ? A: `git status . ` to avoid hanging in the terminal + +Q: what is the example of `top comment` ? +A: please refer to markdown below: + +```markdown +// +// +// PURPOSE: +// - T.B.A. (Clear PURPOSE section with bullet points) +// +// RULES: +// - T.B.A. (Clear RULES section with bullet points) +// +```