docs: add structured bug report issue template#1158
Conversation
📝 WalkthroughWalkthroughThis PR adds a structured GitHub issue template at Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adds a structured GitHub issue form for bug reports with environment details and a prefilled description guiding reporters to include expected behavior, actual behavior, and logs. Co-Authored-By: Claude <claude@anthropic.com> Closes: python-wheel-build#967 Signed-off-by: Ryan Petrello <rpetrell@redhat.com>
3271132 to
474da3c
Compare
|
For reviewers, here's a preview of the form: https://github.com/ryanpetrello/fromager/issues/new?template=bug_report.yml |
What
Adds
.github/ISSUE_TEMPLATE/bug_report.yml— a structured bug report form with two required sections:Auto-applies the
buglabel and sets a[Bug]:title prefix.Why
Closes #967 — freeform bug reports often miss critical details needed to reproduce failures.