@@ -16,36 +16,29 @@ body:
16
16
placeholder : |
17
17
Please add as many details as possible to avoid assumptions from our side. How do you
18
18
trigger this bug? What did you expect to happen? Please walk us through it step by step.
19
-
20
19
Notes:
21
-
22
20
If the issue is with Google Chrome consider logging an issue with ChromeDriver instead:
23
21
https://bugs.chromium.org/p/chromedriver
24
-
25
22
If the issue is with Firefox GeckoDriver (aka Marionette) consider logging an issue with
26
23
Mozilla: https://bugzilla.mozilla.org/buglist.cgi?product=Testing&component=Marionette
27
-
28
24
If the issue is with Microsoft Edge consider logging an issue with Microsoft instead:
29
25
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/
30
-
31
26
If the issue is with Safari, only Safari 10+ is supported. Please log any Safari issue
32
27
with Apple: https://bugreport.apple.com/
33
28
validations :
34
29
required : true
35
30
- type : textarea
36
31
id : repro-command
37
32
attributes :
38
- label : Command used to start Selenium Grid with Docker
33
+ label : How can we reproduce the issue?
39
34
description : |
40
- What command do you use to start Selenium Grid with Docker?
35
+ Share with a code snippet or a GitHub repo to reproduce the issue.
41
36
placeholder : |
42
37
Please share the code script to reproduce the issue. If more than one file is needed,
43
38
create a GitHub repository and share the link.
44
39
This will be automatically formatted into code, so no need for backticks.
45
-
46
40
Be sure to include an SSCCE (Short, Self Contained, Correct
47
41
[compilable] example) http://sscce.org/
48
-
49
42
Issues without a reproduction script are likely to stall and eventually be closed.
50
43
render : shell
51
44
validations :
0 commit comments