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 b7005e09e7
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
2 changed files with 15 additions and 80 deletions

View file

@ -9,14 +9,14 @@ 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
@ -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.