Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Require codegate version when issuing a bug. #622

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ body:
attributes:
label: "IDE and Version"
description: "Enter the IDE name and version."
placeholder: "e.g., VS Code 1.78.0"
placeholder: "e.g. VS Code 1.78.0"
validations:
required: true

Expand All @@ -54,7 +54,7 @@ body:
attributes:
label: "Extension and Version"
description: "Enter the extension name and version."
placeholder: "e.g., Proxy Extension 0.5.1"
placeholder: "e.g. Proxy Extension 0.5.1"
validations:
required: true

Expand All @@ -77,8 +77,17 @@ body:
id: model
attributes:
label: "Model"
description: "Enter the model name used (e.g., GPT-4, Claude 3)."
placeholder: "e.g., GPT-4"
description: "Enter the model name used (e.g. GPT-4, Claude 3)."
placeholder: "e.g. GPT-4"
validations:
required: true

- type: input
id: codegate-version
attributes:
label: "Codegate version"
description: "Enter the version of CodeGate (e.g. `v0.1.8`, `4845e00c039e`)."
placeholder: "e.g. v0.1.8"
validations:
required: true

Expand Down
Loading