Skip to content

Commit 33516aa

Browse files
committed
Change template version to input text
1 parent 9b0636a commit 33516aa

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+5-9
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ body:
2222
label: Reproduction Steps
2323
description: Steps to reproduce the behavior
2424
placeholder: |
25-
1. Install browser-use version X.X.X
26-
2. Run the following code...
25+
1. Install browser-use...
26+
2. Run the following task...
2727
3. See error...
2828
validations:
2929
required: true
@@ -37,16 +37,12 @@ body:
3737
validations:
3838
required: true
3939

40-
- type: dropdown
40+
- type: input
4141
id: version
4242
attributes:
4343
label: Version
44-
description: What version of browser-use are you running?
45-
options:
46-
- 0.1.19 (Latest)
47-
- 0.1.18
48-
- 0.1.17
49-
- Other (specify in description)
44+
description: What version of browser-use are you using? (Run `uv pip show browser-use` to find out)
45+
placeholder: "e.g., pip 0.1.26, or git main branch"
5046
validations:
5147
required: true
5248

0 commit comments

Comments
 (0)