From 932bded12f1a1589f61664732428bbeb7569693b Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Wed, 5 Feb 2025 11:48:50 -0800 Subject: [PATCH] chore: add optional field for server logs --- .github/ISSUE_TEMPLATE/10_bug_report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/10_bug_report.yml b/.github/ISSUE_TEMPLATE/10_bug_report.yml index d0c79bca8..4ac6fee6f 100644 --- a/.github/ISSUE_TEMPLATE/10_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/10_bug_report.yml @@ -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: