diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 76c6012..217b0a5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -42,7 +42,7 @@ body: options: - 8.x (Circe) - 7.x (Horus) - - 6.x (Odin/Jólnir) + - Early Access - Other Linux validations: required: true @@ -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 @@ -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