2023-03-13 17:14:31 -04:00
name : "Bug report"
description : Report a bug
2023-03-13 17:09:37 -04:00
labels : [ "bug" ]
body :
- type : markdown
attributes :
value : |
Thanks for taking the time to fill out this bug report!
- type : textarea
id : bug-description
attributes :
label : Describe the bug
2023-03-13 17:14:31 -04:00
description : A clear and concise description of what the bug is.
2023-03-13 17:09:37 -04:00
placeholder : Bug description
validations :
required : true
- type : checkboxes
attributes :
label : Is there an existing issue for this?
description : Please search to see if an issue already exists for the issue you encountered.
options :
- label : I have searched the existing issues
required : true
- type : textarea
id : reproduction
attributes :
label : Reproduction
2023-03-13 17:16:18 -04:00
description : Please provide the steps necessary to reproduce your issue, including the command-line flags that were used (`--chat`, `--gpu-memory`, etc).
2023-03-13 17:09:37 -04:00
placeholder : Reproduction
validations :
required : true
- type : textarea
id : screenshot
attributes :
label : Screenshot
description : "If possible, please include screenshot(s) so that we can understand what the issue is."
- type : textarea
id : logs
attributes :
label : Logs
2023-03-13 17:14:31 -04:00
description : "Please include the full stacktrace of the errors you get in the command-line (if any)."
2023-03-13 17:09:37 -04:00
render : shell
validations :
required : true
- type : textarea
id : system-info
attributes :
label : System Info
2023-03-13 17:29:38 -04:00
description : "Please share your system info with us: operating system, GPU brand, and GPU model. If you are using a Google Colab notebook, mention that instead."
2023-03-13 17:09:37 -04:00
render : shell
2023-03-13 17:14:31 -04:00
placeholder :
2023-03-13 17:09:37 -04:00
validations :
required : true