We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7470e3 commit 223ca95Copy full SHA for 223ca95
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -7,7 +7,7 @@ body:
7
attributes:
8
label: Trilium Version
9
description: What version of Trilium are you using?
10
- placeholder: 0.48.0-beta
+ placeholder: 0.57.0-beta
11
validations:
12
required: true
13
- type: dropdown
@@ -44,3 +44,9 @@ body:
44
description: A clear and concise description of the bug and any additional information.
45
46
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