Skip to content

fix(github): fix bug report issue template for screenshots#1109

Open
UtkarshUsername wants to merge 1 commit intopingdotgg:mainfrom
UtkarshUsername:fix/bug-template-attachments
Open

fix(github): fix bug report issue template for screenshots#1109
UtkarshUsername wants to merge 1 commit intopingdotgg:mainfrom
UtkarshUsername:fix/bug-template-attachments

Conversation

@UtkarshUsername
Copy link
Contributor

@UtkarshUsername UtkarshUsername commented Mar 15, 2026

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.

  • Renamed the existing logs field label from Logs, stack traces, or screenshots to Logs or stack traces
  • Added a new optional upload field for screenshots, recordings, and supporting files
  • Restricted accepted upload types to common image, video, log, text, JSON, and zip formats

Why

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

Before After
image image

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes

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.

- Split "Logs, stack traces, or screenshots" into a logs-only textarea
- Add optional upload field for screenshots, recordings, logs, and repro files
@coderabbitai
Copy link

coderabbitai bot commented Mar 15, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 4ced36b5-a9ab-4337-9e7d-f8ebf63ed58a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
📝 Coding Plan
  • Generate coding plan for human review comments

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

@github-actions github-actions bot added size:S 10-29 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list. labels Mar 15, 2026
@UtkarshUsername UtkarshUsername changed the title Fix bug report form attachments for screenshots Fix bug report issue template for screenshots Mar 15, 2026
Copy link
Contributor

@binbandit binbandit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good catch

@UtkarshUsername UtkarshUsername changed the title Fix bug report issue template for screenshots fix(github): fix bug report issue template for screenshots Mar 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S 10-29 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: (Meta Issue) Bug report form asks for screenshots in a shell-rendered field that cannot accept them

2 participants