When a fix: pull request is ready for review, Wizard posts a bug report
checklist on the PR. Use it to attribute the commit (and author) that introduced
the bug.
Steps:
fix:
(optionally with a scope like fix(ui):).Result:
Notes:
Comment on the PR:
@holdex bug commit <commit-url> && bug author @<username>
Example:
@holdex bug commit https://github.com/holdex/my-repo/commit/1234567890 && bug author @johndoe
<commit-url> must be a valid GitHub commit link
(for example https://github.com/<org>/<repo>/commit/<sha>).Only the topmost bug report comment on the PR is recognized.
To change the commit or author while the PR is still open:
A second bug report comment is rejected until the existing topmost one is edited or deleted.
After the PR is merged, editing or deleting the original report no longer works. Dispute the attribution instead:
@holdex bug dispute <commit-url> && bug author @<username>