From daaeabdf268e0e78e3805dc1dd43f094b4288137 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Wed, 25 Dec 2024 14:08:45 -0800 Subject: [PATCH] Add OS and version questions --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2d1baa809d..5de3439d54 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -31,6 +31,22 @@ body: label: Relevant API REQUEST output description: Please copy and paste any relevant output. This will be automatically formatted into code, so no need for backticks. render: shell + - type: input + id: operating-system + attributes: + label: Operating System + description: What operating system are you using? + placeholder: "e.g., Windows 11, macOS Sonoma, Ubuntu 22.04" + validations: + required: true + - type: input + id: cline-version + attributes: + label: Cline Version + description: What version of Cline are you using? (You can find this at the bottom of the Settings view) + placeholder: "e.g., 1.2.3" + validations: + required: true - type: textarea id: additional-context attributes: