diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index dafd958..67d84b1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -95,11 +95,20 @@ body: description: "e.g. Ollama + llama3.2:latest, vLLM + mistral-7b, OpenAI API, Anthropic API" placeholder: "Ollama + llama3.2:latest" + - type: dropdown + id: willing_to_fix + attributes: + label: Are you willing to submit a fix? + options: + - "-- Please Select --" + - "Yes — I can open a PR" + - "Partially — I can help but need guidance" + - "No — I am only filing the report" + validations: + required: true + - type: textarea id: additional-info attributes: label: Additional Information description: Anything else that might help — browser console errors, related issues, things you already tried, or environment quirks. - placeholder: | - - Any other context goes here. - - If you are willing to submit a PR that fixes this, mention it here.