chore(github): update bug report template with build selection#529
Conversation
📝 WalkthroughWalkthroughA new required dropdown field was added to the bug report issue template to capture the Grimmory build version (Stable, Nightly, Release Candidate) with a default value and additional whitespace at the end. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
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 the current code and only fix it if needed.
Inline comments:
In @.github/ISSUE_TEMPLATE/bug_report.yml:
- Around line 72-84: The issue is that the new dropdown field with id "build"
does not automatically apply a "Nightly" label when users select Nightly; add a
GitHub Actions workflow (e.g., a new file under .github/workflows) triggered on
issues.opened and issues.edited that reads the "build" field from the incoming
issue body/issue_form payload and, when value equals "Nightly", uses a
label-adding action or the GitHub REST API to add the pre-created "Nightly"
label to the issue; ensure the workflow references the "build" field name and
guards against missing labels by either creating the label beforehand or
checking existence before applying.
🪄 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: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 8b6e4128-9be7-4620-9f9b-b7847391ebf8
📒 Files selected for processing (1)
.github/ISSUE_TEMPLATE/bug_report.yml
Description
Added a build version option in the bug template for GitHub
Options between Stable, Nightly, and Release Candidate
https://i.imgur.com/C8UGufM.png
Linked Issue: Fixes #471
Changes
Adds a dropdown to issue template with options for build version. It must be selected but defaults to Stable.
Summary by CodeRabbit