docs: ask users not to submit v1 crash reports

This commit is contained in:
outfoxxed 2026-03-17 03:49:20 -07:00
parent a51dcd0a01
commit 3cf65af49f
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
3 changed files with 17 additions and 83 deletions

View file

@ -9,21 +9,21 @@ body:
description: |
Any information likely to help debug the crash. What were you doing when the crash occurred,
what changes did you make, can you get it to happen again?
- type: textarea
- type: upload
id: report
attributes:
label: Report file
description: Attach `report.txt` here.
validations:
required: true
- type: textarea
- type: upload
id: logs
attributes:
label: Log file
description: |
Attach `log.qslog.log` here. If it is too big to upload, compress it.
You can preview the log if you'd like using `quickshell read-log <path-to-log>`.
You can preview the log if you'd like using `qs log <path-to-log> -r '*=true'`.
validations:
required: true
- type: textarea
@ -31,7 +31,7 @@ body:
attributes:
label: Configuration
description: |
Attach your configuration here, preferrably in full (not just one file).
Attach or link your configuration here, preferrably in full (not just one file).
Compress it into a zip, tar, etc.
This will help us reproduce the crash ourselves.