mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
added error logs to bug report template
This commit is contained in:
parent
e7470e31a0
commit
223ca95829
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -7,7 +7,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Trilium Version
|
label: Trilium Version
|
||||||
description: What version of Trilium are you using?
|
description: What version of Trilium are you using?
|
||||||
placeholder: 0.48.0-beta
|
placeholder: 0.57.0-beta
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
@ -44,3 +44,9 @@ body:
|
|||||||
description: A clear and concise description of the bug and any additional information.
|
description: A clear and concise description of the bug and any additional information.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Error logs
|
||||||
|
description: Please provide error logs, see [wiki page](https://github.com/zadam/trilium/wiki/Error-logs) for instructions on how to submit them.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user