2021-10-13 00:57:07 +08:00
name : Bug Report
description : Report a bug
title : "(Bug report) "
labels : "Type: Bug"
body :
- type : input
attributes :
label : Trilium Version
description : What version of Trilium are you using?
2022-12-14 19:28:08 +08:00
placeholder : 0.57 .0 -beta
2021-10-13 00:57:07 +08:00
validations :
required : true
- type : dropdown
attributes :
label : What operating system are you using?
options :
- Windows
- macOS
- Ubuntu
- Other Linux
- Other (specify below)
validations :
required : true
- type : dropdown
attributes :
2021-12-22 05:46:29 +08:00
label : What is your setup?
2021-10-13 00:57:07 +08:00
description : https://github.com/zadam/trilium/wiki#choose-the-setup
options :
- Local (no sync)
- Local + server sync
- Server access only
validations :
required : true
- type : input
attributes :
label : Operating System Version
description : What operating system version are you using? On Windows, click Start button > Settings > System > About. On macOS, click the Apple Menu > About This Mac. On Linux, use lsb_release or uname -a.
placeholder : "e.g. Windows 10 version 1909, macOS Catalina 10.15.7, or Ubuntu 20.04"
validations :
required : true
- type : textarea
attributes :
2021-12-22 05:46:29 +08:00
label : Description
description : A clear and concise description of the bug and any additional information.
2021-10-13 00:57:07 +08:00
validations :
required : true
2022-12-14 19:28:08 +08:00
- 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