File tree 1 file changed +5
-9
lines changed
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 22
22
label : Reproduction Steps
23
23
description : Steps to reproduce the behavior
24
24
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 ...
27
27
3. See error...
28
28
validations :
29
29
required : true
@@ -37,16 +37,12 @@ body:
37
37
validations :
38
38
required : true
39
39
40
- - type : dropdown
40
+ - type : input
41
41
id : version
42
42
attributes :
43
43
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"
50
46
validations :
51
47
required : true
52
48
You can’t perform that action at this time.
0 commit comments