Skip to content

Commit

Permalink
Merge pull request #3670 from fyne-io/simpler-os-selection
Browse files Browse the repository at this point in the history
Avoid all the “Android” OS reports
  • Loading branch information
andydotxyz committed Feb 19, 2023
2 parents 11d055f + 3d72722 commit ad93858
Showing 1 changed file with 3 additions and 19 deletions.
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"
validations:
required: true
- type: textarea
Expand Down

0 comments on commit ad93858

Please sign in to comment.