2021-10-19 21:49:49 +08:00
name : Bug Report
2023-09-11 18:37:07 +08:00
description : Create a report to help us fix bugs & issues in existing supported functionality
2021-10-19 21:49:49 +08:00
labels : [ ":bug: Bug" ]
body :
2023-09-11 18:37:07 +08:00
- type : markdown
attributes :
value : |
Thanks for taking the time to fill out a bug report!
Please note that this form is for reporting bugs in existing supported functionality.
If you are reporting something that's not an issue in functionality we've previously supported and/or is simply something different to your expectations, then it may be more appropriate to raise via a feature or support request instead.
2021-10-19 21:49:49 +08:00
- type : textarea
id : description
attributes :
label : Describe the Bug
description : Provide a clear and concise description of what the bug is.
validations :
required : true
- type : textarea
id : reproduction
attributes :
label : Steps to Reproduce
2023-09-11 18:37:07 +08:00
description : Detail the steps that would replicate this issue.
2021-10-19 21:49:49 +08:00
placeholder : |
1 . Go to '...'
2 . Click on '....'
3 . Scroll down to '....'
4 . See error
validations :
required : true
- type : textarea
id : expected
attributes :
label : Expected Behaviour
description : Provide clear and concise description of what you expected to happen.
validations :
required : true
- type : textarea
id : context
attributes :
label : Screenshots or Additional Context
2023-09-11 18:37:07 +08:00
description : Provide any additional context and screenshots here to help us solve this issue.
2021-10-19 21:49:49 +08:00
validations :
required : false
2022-02-28 01:26:27 +08:00
- type : input
id : browserdetails
attributes :
label : Browser Details
description : |
If this is an issue that occurs when using the BookStack interface, please provide details of the browser used which presents the reported issue.
placeholder : (eg. Firefox 97 (64-bit) on Windows 11)
validations :
required : false
2021-10-19 21:49:49 +08:00
- type : input
id : bsversion
attributes :
label : Exact BookStack Version
2023-09-11 18:37:07 +08:00
description : This can be found in the settings view of BookStack. Please provide an exact version(s) you've tested on.
placeholder : (eg. v23.06.7)
2021-10-19 21:49:49 +08:00
validations :
2021-10-19 22:15:35 +08:00
required : true