update FAQ,

This commit is contained in:
louiscklaw
2025-06-18 11:02:00 +08:00
parent b80939c78d
commit 3ed3f2fecb

View File

@@ -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
// <file-path, starting from `src`>
//
// PURPOSE:
// - T.B.A. (Clear PURPOSE section with bullet points)
//
// RULES:
// - T.B.A. (Clear RULES section with bullet points)
//
```