Skip to content

Commit daaeabd

Browse files
committed
Add OS and version questions
1 parent a1280a5 commit daaeabd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,22 @@ body:
3131
label: Relevant API REQUEST output
3232
description: Please copy and paste any relevant output. This will be automatically formatted into code, so no need for backticks.
3333
render: shell
34+
- type: input
35+
id: operating-system
36+
attributes:
37+
label: Operating System
38+
description: What operating system are you using?
39+
placeholder: "e.g., Windows 11, macOS Sonoma, Ubuntu 22.04"
40+
validations:
41+
required: true
42+
- type: input
43+
id: cline-version
44+
attributes:
45+
label: Cline Version
46+
description: What version of Cline are you using? (You can find this at the bottom of the Settings view)
47+
placeholder: "e.g., 1.2.3"
48+
validations:
49+
required: true
3450
- type: textarea
3551
id: additional-context
3652
attributes:

0 commit comments

Comments
 (0)