mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-04-10 06:11:54 +10:00
17 lines
573 B
YAML
17 lines
573 B
YAML
name: Crash Report (v1)
|
|
description: Quickshell has crashed (old)
|
|
labels: ["bug", "crash"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for taking the time to click the report button.
|
|
At this point most of the worst issues in 0.2.1 and before have been fixed and we are
|
|
preparing for a new release. Please do not report crashes from 0.2.1 or before for now.
|
|
- type: checkboxes
|
|
id: donotcheck
|
|
attributes:
|
|
label: Do not check this box
|
|
options:
|
|
- label: Do not check this box
|
|
required: true
|