2024-01-09 23:25:53 +01:00
name : 🐛 Bug Report
description : File a bug report for AnythingLLM
title : "[BUG]: "
2024-01-10 03:06:01 +01:00
labels : [ possible bug]
2024-01-09 23:25:53 +01:00
body :
- type : markdown
attributes :
2024-01-26 21:44:15 +01:00
value : |
2024-01-26 21:45:05 +01:00
Use this template to file a bug report for AnythingLLM. Please be as descriptive as possible to allow everyone to replicate and solve your issue. Want help contributing a PR? Use our repo chatbot by OnboardAI! https://learnthisrepo.com/anythingllm"
2024-01-09 23:25:53 +01:00
- type : dropdown
id : runtime
attributes :
label : How are you running AnythingLLM?
description : AnythingLLM can be run in many environments, pick the one that best represents where you encounter the bug.
options :
- Docker (local)
- Docker (remote machine)
- Local development
- AnythingLLM desktop app
- Not listed
default : 0
validations :
required : true
- type : textarea
id : what-happened
attributes :
label : What happened?
description : Also tell us, what did you expect to happen?
validations :
required : true
- type : textarea
id : reproduction
attributes :
label : Are there known steps to reproduce?
description : |
Let us know how to reproduce the bug and we may be able to fix it more
quickly. This is not required, but it is helpful.
validations :
required : false