fix(github): fix bug report issue template for screenshots#1109
fix(github): fix bug report issue template for screenshots#1109UtkarshUsername wants to merge 1 commit intopingdotgg:mainfrom
Conversation
- Split "Logs, stack traces, or screenshots" into a logs-only textarea - Add optional upload field for screenshots, recordings, logs, and repro files
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 Tip CodeRabbit can use oxc to improve the quality of JavaScript and TypeScript code reviews.Add a configuration file to your project to customize how CodeRabbit runs oxc. |
You can view my PRs and issues at https://pr-navigator.pages.dev/t3code-utkarsh
What Changed
Updated the GitHub bug issue template in
.github/ISSUE_TEMPLATE/bug_report.yml.logsfield label fromLogs, stack traces, or screenshotstoLogs or stack tracesuploadfield for screenshots, recordings, and supporting filesWhy
The current bug form asks users to provide screenshots in a field rendered with
render: shell. So, screenshots can't be added there.Closes #1108
UI Changes
Checklist
Note
Add dedicated file upload field to bug report form for screenshots and recordings
Updates bug_report.yml to split the logs textarea and file attachments into separate fields. The logs textarea is relabeled to 'Logs or stack traces', and a new optional upload field accepts screenshots, recordings, and log files (
.png,.jpg,.gif,.mp4,.zip, and more).Macroscope summarized bb5c169.