2022-08-14 12:43:00 +00:00
name : Bug Report
description : File a bug report
title : "[Bug]: "
body :
- type : markdown
attributes :
value : |
Thanks for taking the time to help improve this project!
- type : checkboxes
id : latest
attributes :
2022-11-20 08:45:55 +00:00
label : "I've read the documentation"
2022-08-14 12:43:00 +00:00
options :
- label : I'm running the latest version of Tube Archivist and have read the [release notes](https://github.com/tubearchivist/tubearchivist/releases/latest).
required : true
2023-03-31 16:46:49 +00:00
- label : I have read through the [docs](https://docs.tubearchivist.com/) and the [readme](https://github.com/tubearchivist/tubearchivist#installing-and-updating), particularly the [common errors](https://github.com/tubearchivist/tubearchivist#common-errors) section.
2022-11-10 02:53:49 +00:00
required : true
2022-08-14 12:43:00 +00:00
- type : input
id : os
attributes :
label : Operating System
description : On what operating system are you running Tube Archivist on?
placeholder : ex. Linux, Unraid, Synology...
validations :
required : true
- type : textarea
id : what-happened
attributes :
label : Your Bug Report
value : "## Describe the bug\n\n## Steps To Reproduce\n\n## Expected behavior"
validations :
required : true
- type : textarea
id : logs
attributes :
label : Relevant log output
description : Please copy and paste any relevant Docker logs. This will be automatically formatted into code, so no need for backticks.
render : shell
validations :
required : true
- type : textarea
attributes :
label : Anything else?
description : |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip : You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations :
required : false