From 8974a9ce69014a48d30f149fbb25676b8b668a30 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sat, 21 Dec 2024 20:38:07 -0800 Subject: [PATCH] Remove API/model requirement from bug report --- .github/ISSUE_TEMPLATE/bug_report.yml | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 39e81ab678..2d1baa809d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,30 +2,10 @@ name: 🐛 Bug Report description: File a bug report labels: ["bug"] body: - - type: dropdown - id: provider + - type: markdown attributes: - label: Which API Provider are you using? - multiple: false - options: - - OpenRouter - - Anthropic - - Google Gemini - - GCP Vertex AI - - AWS Bedrock - - OpenAI - - OpenAI Compatible - - LM Studio - - Ollama - validations: - required: true - - type: input - id: model - attributes: - label: Which Model are you using? - description: Please specify the model you're using (e.g. Claude 3.5 Sonnet) - validations: - required: true + value: | + **Important:** All bug reports must be reproducible using Claude 3.5 Sonnet. Cline uses complex prompts so less capable models may not work as expected. - type: textarea id: what-happened attributes: