Skip to content
Open
Changes from all commits
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
14 changes: 8 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ body:
options:
- 8.x (Circe)
- 7.x (Horus)
- 6.x (Odin/Jólnir)
- Early Access
- Other Linux
validations:
required: true
Expand All @@ -51,21 +51,23 @@ body:
attributes:
label: OS Architecture
description: The architecture of elementary OS you are using
multiple: true
options:
- amd64 (on most hardwares)
- arm64 (on Raspberry Pi, Apple Silicon, etc.)
- amd64 and arm64 (I have tested on both)
- Other Architecture (unofficial, community-supported)
default: 0
validations:
required: true

- type: dropdown
attributes:
label: Session Type
multiple: true
options:
- Classic Session (X11, This is the default)
- Secure Session (Wayland)
- Classic and Secure Sessions (I have tested in both)
- Secure Session (Wayland, This is the default)
- Classic Session (X11)
default: 0
validations:
required: true

Expand All @@ -75,7 +77,7 @@ body:
description: The version of the software you are using
options:
- Latest release (I have run all updates)
- Compiled from git
- Early Access or Compiled from git
- Older release (I have not run all updates)
validations:
required: true
Expand Down