We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b616a3a + d99d87d commit 8cacfd2Copy full SHA for 8cacfd2
1 file changed
.github/ISSUE_TEMPLATE/crash2.yml
@@ -13,17 +13,11 @@ body:
13
id: report
14
attributes:
15
label: Report file
16
- description: Attach `report.txt` here.
17
- validations:
18
- required: true
19
- - type: upload
20
- id: logs
21
- attributes:
22
- label: Log file
23
description: |
24
- Attach `log.qslog.log` here. If it is too big to upload, compress it.
+ Attach `report.txt` here.
25
26
- You can preview the log if you'd like using `qs log <path-to-log> -r '*=true'`.
+ Please ensure the report does not contain personal information,
+ as reports may contain detailed logs leading up to the crash.
27
validations:
28
required: true
29
- type: textarea
0 commit comments