Skip to content
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

Avoid all the “Android” OS reports #3670

Merged
merged 1 commit into from
Feb 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 3 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,27 +62,11 @@ body:
placeholder: "e.g. 1.14.8 or 1.18.3"
validations:
required: true
- type: dropdown
attributes:
label: Operating system
description: What operating system are you running the code on?
options:
- Android
- FreeBSD
- iOS
- Linux
- macOS
- NetBSD
- OpenBSD
- Windows
- Other (specify below)
validations:
required: true
- type: input
attributes:
label: Operating system version
description: Clarify the version of the operating system you are using.
placeholder: "e.g. Windows 10, 10.13 High Sierra or Ubuntu 18.04"
label: Operating system and version
description: The name and version of the operating system you are using.
placeholder: "e.g. Windows 10, macOS High Sierra or Ubuntu 18.04"
Copy link
Member

Choose a reason for hiding this comment

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

While you're at it, would you mind updating the Ubuntu reference to something newer? Version 18.04 has Go 1.10 (and 20.04 seems to have Go 1.13) as the default repo version 😅

validations:
required: true
- type: textarea
Expand Down