Skip to content

Commit 85fd8eb

Browse files
authored
Require codegate version when issuing a bug. (#622)
I don't think codegate version is explicitly requested in any of the other fields, so I added a new one.
1 parent 147205a commit 85fd8eb

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+13-4
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ body:
4545
attributes:
4646
label: "IDE and Version"
4747
description: "Enter the IDE name and version."
48-
placeholder: "e.g., VS Code 1.78.0"
48+
placeholder: "e.g. VS Code 1.78.0"
4949
validations:
5050
required: true
5151

@@ -54,7 +54,7 @@ body:
5454
attributes:
5555
label: "Extension and Version"
5656
description: "Enter the extension name and version."
57-
placeholder: "e.g., Proxy Extension 0.5.1"
57+
placeholder: "e.g. Proxy Extension 0.5.1"
5858
validations:
5959
required: true
6060

@@ -77,8 +77,17 @@ body:
7777
id: model
7878
attributes:
7979
label: "Model"
80-
description: "Enter the model name used (e.g., GPT-4, Claude 3)."
81-
placeholder: "e.g., GPT-4"
80+
description: "Enter the model name used (e.g. GPT-4, Claude 3)."
81+
placeholder: "e.g. GPT-4"
82+
validations:
83+
required: true
84+
85+
- type: input
86+
id: codegate-version
87+
attributes:
88+
label: "Codegate version"
89+
description: "Enter the version of CodeGate (e.g. `v0.1.8`, `4845e00c039e`)."
90+
placeholder: "e.g. v0.1.8"
8291
validations:
8392
required: true
8493

0 commit comments

Comments
 (0)