Skip to content

Commit 1389fec

Browse files
committed
docs: improve human review status selection
Signed-off-by: Yunfeng Zhang <yunzhang@nvidia.com>
1 parent 520fdd5 commit 1389fec

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
## Human review
1010

11-
Select one:
11+
Select exactly one. The default is no human review; uncheck it when choosing another level.
1212

13-
- [ ] No human review; automated review only
14-
- [ ] Partially reviewed or spot-checked by a human
15-
- [ ] Complete diff reviewed by a human
16-
- [ ] Complete diff reviewed and verified by a human
13+
- [x] No human review; automated review only
14+
- [ ] 🟡 Partially reviewed or spot-checked by a human
15+
- [ ] 🔵 Complete diff reviewed by a human
16+
- [ ] 🟢 Complete diff reviewed and verified by a human
1717

1818
Verification performed:
1919

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Feature branches off `main`. Branch names often include an issue number prefix (
3535

3636
Do not commit unless the user asks for a commit or PR work. When committing, all commits require DCO sign-off and GPG signing. Always use `git commit --signoff --gpg-sign` (or `-s -S`) -- never write the `Signed-off-by` trailer manually, and never pass `--no-gpg-sign`.
3737

38-
When creating or updating a pull request, complete the Human review section accurately. Do not claim that a human reviewed or verified a change unless the human explicitly confirmed it; otherwise select “No human review; automated review only.”
38+
When creating or updating a pull request, complete the Human review section in `.github/PULL_REQUEST_TEMPLATE.md` accurately. Keep its default checkbox unless a human explicitly confirms a higher review level; then select exactly that level and report only review or verification the human confirmed.
3939

4040
Shell scripting: never use `~` inside double-quoted strings -- it does not expand. Use `$HOME` or an absolute path instead.
4141

0 commit comments

Comments
 (0)