Compare commits

...

6 Commits

Author SHA1 Message Date
kevinneung b9cff2c7ea Update .github/ISSUE_TEMPLATE/bug_report.yml
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-11 16:34:40 -07:00
kevinneung 32b928c3c1 Improve bug report template with better structure and clarity
- Add notice to check for existing issues before posting
- Update Claude version reference from 3.5 to 4 Sonnet
- Split 'what happened' into separate expected vs observed result fields
- Enhance steps to reproduce section with detailed guidance
- Separate provider and model into distinct fields for better categorization
- Update additional context field to explicitly mention screenshots
- Apply Prettier formatting for consistent YAML indentation
2025-06-11 16:32:09 -07:00
kevinneung 273eede599 Merge branch 'main' of https://github.com/cline/cline 2025-06-11 15:40:00 -07:00
kevinneung 2eedb0f058 Merge branch 'main' of https://github.com/cline/cline 2025-06-10 11:09:46 -07:00
Saoud Rizwan c42f6aed2d Remove ‘-beta’ from grok model id (#4124)
* Remove ‘-beta’ from grok model id

* Create purple-islands-move.md
2025-06-09 18:31:01 -07:00
github-actions[bot] e8fb3c7199 v3.17.12 Release Notes
* changeset version bump

* Updating CHANGELOG.md format

* Update CHANGELOG.md for version 3.17.12

* changelog language

* changelog language

* attribution

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Cline Evaluation <cline@example.com>
2025-06-09 16:31:39 -07:00
+35 -12
View File
@@ -5,20 +5,35 @@ body:
- type: markdown
attributes:
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
** BEFORE YOU POST:** Please check whether there is already an open issue on your report here: https://github.com/cline/cline/issues
- type: markdown
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: |
**Important:** All bug reports must be reproducible using Claude 4 Sonnet. Cline uses complex prompts so less capable models may not work as expected.
- type: textarea
id: expected-result
attributes:
label: What was the expected result, outcome, or action?
description: Describe what you expected to happen.
placeholder: Tell us what you expected to see or happen!
validations:
required: true
- type: textarea
id: observed-result
attributes:
label: What was the observed result?
description: Describe what actually happened instead.
placeholder: Tell us what you actually saw or what happened!
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: How do you trigger this bug? Please walk us through it step by step.
description: |
- Please describe what you were doing before the bug appeared (tool actions, user actions, etc)
- Mention specific details about your actions (clicks, tool calls, files, etc), that triggered this bug
- Every detail counts, break down the process into as many steps as needed
value: |
1.
2.
@@ -32,11 +47,19 @@ body:
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: provider-model
id: provider
attributes:
label: Provider/Model
description: What provider and model were you using when the issue occurred?
placeholder: "e.g., cline:anthropic/claude-3.7-sonnet, gemini:gemini-2.5-pro-exp-03-25"
label: Provider
description: What provider were you using when the issue occurred?
placeholder: "e.g., anthropic, openai, gemini, xai"
validations:
required: true
- type: input
id: model
attributes:
label: Model
description: What model were you using when the issue occurred?
placeholder: "e.g., claude-4-sonnet, gpt-4o, gemini-2.0-flash-exp, grok-2-1212"
validations:
required: true
- type: input
@@ -66,5 +89,5 @@ body:
- type: textarea
id: additional-context
attributes:
label: Additional context
label: Additional context/ screenshots
description: Add any other context about the problem here, such as screenshots or related issues.