Skip to content

chore: replace browser with device information in bug template #329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 18, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 9 additions & 12 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,16 @@ body:
validations:
required: true

- type: dropdown
id: browser
- type: textarea
id: device-information
attributes:
label: "🥦 Browser"
description: "What browser are you using?"
options:
- Google Chrome
- Brave
- Microsoft Edge
- Mozilla Firefox
- Safari
- Opera
- Other
label: "🖥️ Device Information [optional]"
description: |
Please provide details about your device to help us diagnose the issue more effectively.
value: |
- Operating System (OS): e.g., Windows 10, macOS, Ubuntu 22.04
- Browser: e.g., Google Chrome, Firefox
- Browser Version: e.g., 135.0, 133.0.
Copy link
Member

Choose a reason for hiding this comment

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

my experience with people, unfortunate, is that majority will leave it as it is and won't change value. How would it look like if you move it to description?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@derberg ok we can move it to description, but I think we should atleast write below lines so that users only need to fill.

Operating System (OS):
Browser:
Browser Version:

wdyt?

Copy link
Member

Choose a reason for hiding this comment

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

sounds good 👍🏼

validations:
required: false

Expand Down