2021-08-31 18:59:27 +00:00
name : Bug Report
2021-09-02 16:28:38 +00:00
description : File a bug report (for questions, ideas & support, use the Discussions tab, or IRC for quick answers, but make sure to stay on the channel!)
2021-08-31 18:59:27 +00:00
labels : [ bug, triage]
body :
- type : markdown
attributes :
value : |
Thanks for taking the time to fill out this bug report!
- type : textarea
id : what-happened
attributes :
label : What happened?
description : Also tell us, what did you expect to happen?
2021-09-04 15:15:07 +00:00
placeholder : Tell us what you see! Screenshots are also helpful - please attach to the issue (when created), rather than linking to image hosting sites.
2021-08-31 18:59:27 +00:00
validations :
required : true
- type : dropdown
id : version
attributes :
label : Version
description : What version of Barrier are you runnning?
options :
- v2.0.0-RC1
- v2.0.0-RC2
- v2.0.0
- v2.1.1
- v2.1.2
- v2.3.0
- v2.3.1
- v2.3.2-alpha
- v2.3.2
- v2.3.3
- From Git HEAD or commit (specify below)
validations :
required : true
- type : input
id : git-commit-if
attributes :
2021-09-02 16:34:10 +00:00
label : Git commit hash (if applicable)
description : "When building Barrier from Git, what commit hash did you checkout from?"
placeholder : b0c0b42b
2021-08-31 18:59:27 +00:00
validations :
2021-09-02 16:34:10 +00:00
required : false
2021-09-02 16:34:26 +00:00
- type : textarea
id : pkg-mgr-origin
attributes :
label : If applicable, where did you install Barrier from?
description : This includes Snaps, Flatpaks, and self-built executables.
validations :
required : false
2021-08-31 18:59:27 +00:00
- type : dropdown
id : os
attributes :
2021-09-04 15:15:22 +00:00
label : What OSes are you seeing the problem on? (Check all that apply)
2021-08-31 18:59:27 +00:00
multiple : true
options :
- Linux
- Windows
- macOS
validations :
2021-09-02 16:34:10 +00:00
required : true
2021-08-31 18:59:27 +00:00
- type : textarea
id : os-version
attributes :
2021-09-02 16:34:10 +00:00
label : What OS versions are you using?
description : This applies to both client(s) and the server.
2021-08-31 18:59:27 +00:00
validations :
2021-09-02 16:34:10 +00:00
required : true
- type : textarea
2021-08-31 18:59:27 +00:00
id : logs
attributes :
label : Relevant log output
description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render : shell
2021-09-02 16:35:46 +00:00
- type : textarea
id : misc-info
attributes :
label : Any other information
description : Please enter any other information we should know, if applicable.