Commit 932bded1 authored by Michael Yang's avatar Michael Yang
Browse files

chore: add optional field for server logs

parent 070ad913
...@@ -9,6 +9,14 @@ body: ...@@ -9,6 +9,14 @@ body:
description: What happened? What did you expect to happen? description: What happened? What did you expect to happen?
validations: validations:
required: true required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. See [Troubleshooting Guide](https://github.com/ollama/ollama/blob/main/docs/troubleshooting.md#how-to-troubleshoot-issues) for details.
render: shell
validations:
required: false
- type: dropdown - type: dropdown
id: os id: os
attributes: attributes:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment