mirror of
https://github.com/ollama/ollama.git
synced 2025-05-10 18:06:33 +02:00
chore: add optional field for server logs
This commit is contained in:
parent
070ad913ac
commit
932bded12f
1 changed files with 8 additions and 0 deletions
8
.github/ISSUE_TEMPLATE/10_bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/10_bug_report.yml
vendored
|
@ -9,6 +9,14 @@ body:
|
|||
description: What happened? What did you expect to happen?
|
||||
validations:
|
||||
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
|
||||
id: os
|
||||
attributes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue