Hi everyone, I’m Prince, a new Django contributor.
While updating the description of my documentation PR, #21935, I encountered a confusing issue with the PR quality checks.
My description used * [x] for checked items. GitHub displayed the checkboxes as checked, but the quality checker still reported missing AI disclosure and an incomplete checklist. After replacing the asterisk markers with hyphens (- [x]), the check passed.
I found the “Bot checks for typo PRs” discussion, but didn’t see this particular formatting issue mentioned.
Is this restriction intentional, or should the checker accept asterisk markers too? If it’s a bug, is there an existing ticket, or would a new Trac ticket and a small patch with tests be appropriate?
Thank you!