From e32ad528bb2d247d96158cc0072c7acd0f1d6ac1 Mon Sep 17 00:00:00 2001 From: Timothy Carambat Date: Mon, 6 Apr 2026 13:23:33 -0700 Subject: [PATCH] add provider/embedder to bug report for clarity resolves #5363 --- .github/ISSUE_TEMPLATE/01_bug.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/01_bug.yml b/.github/ISSUE_TEMPLATE/01_bug.yml index 582670a0..bc2c05f8 100644 --- a/.github/ISSUE_TEMPLATE/01_bug.yml +++ b/.github/ISSUE_TEMPLATE/01_bug.yml @@ -40,3 +40,21 @@ body: quickly. This is not required, but it is helpful. validations: required: false + + - type: textarea + id: llm-provider + attributes: + label: LLM Provider & Model + description: What LLM provider and model are you using? (e.g., OpenAI GPT-4, Anthropic, Ollama, etc.) + placeholder: e.g., Ollama / qwen2.5-coder-32b-instruct + validations: + required: false + + - type: textarea + id: embedder-provider + attributes: + label: Embedder Provider & Model + description: What embedding provider and model are you using? (e.g., OpenAI text-embedding-ada-002, Lemonade, etc.) + placeholder: e.g., Lemonade / nomic-embed-text-v1-GGUF + validations: + required: false