chore: improve bug report issue template#8369
Conversation
- Split reproduction into a required 'Steps to reproduce' field - Replace the .bru file prompt with an optional 'Collection to reproduce' - Disable blank issues to encourage use of the templates
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe pull request updates the GitHub bug report issue form and changes the issue template config to disable blank issues. ChangesGitHub issue template updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/ISSUE_TEMPLATE/BugReport.yaml:
- Around line 52-66: Polish the user-facing copy in the BugReport template by
fixing the typos in the textarea descriptions and removing the trailing space.
Update the text around the bug description and steps-to-reproduce fields, using
the existing YAML keys under the bug report template, so the labels and helper
text read professionally.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 0e64dc4b-3f24-4e0d-8d9c-e84466eeacbb
📒 Files selected for processing (2)
.github/ISSUE_TEMPLATE/BugReport.yaml.github/ISSUE_TEMPLATE/config.yaml
Improves the bug report issue template to make it easier to triage incoming reports.
Changes
.bru file to reproduceprompt with an optional Collection to reproduce field.blank_issues_enabled: falseso new issues go through the templates.Summary by CodeRabbit