Skip to content

Commit 223ca95

Browse files
committed
added error logs to bug report template
1 parent e7470e3 commit 223ca95

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
attributes:
88
label: Trilium Version
99
description: What version of Trilium are you using?
10-
placeholder: 0.48.0-beta
10+
placeholder: 0.57.0-beta
1111
validations:
1212
required: true
1313
- type: dropdown
@@ -44,3 +44,9 @@ body:
4444
description: A clear and concise description of the bug and any additional information.
4545
validations:
4646
required: true
47+
- type: textarea
48+
attributes:
49+
label: Error logs
50+
description: Please provide error logs, see [wiki page](https://github.com/zadam/trilium/wiki/Error-logs) for instructions on how to submit them.
51+
validations:
52+
required: false

0 commit comments

Comments
 (0)