Skip to content

Commit bf7cd04

Browse files
committed
Fixing typos on issue form.
[skip ci]
1 parent 49ebfb9 commit bf7cd04

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,36 +16,29 @@ body:
1616
placeholder: |
1717
Please add as many details as possible to avoid assumptions from our side. How do you
1818
trigger this bug? What did you expect to happen? Please walk us through it step by step.
19-
2019
Notes:
21-
2220
If the issue is with Google Chrome consider logging an issue with ChromeDriver instead:
2321
https://bugs.chromium.org/p/chromedriver
24-
2522
If the issue is with Firefox GeckoDriver (aka Marionette) consider logging an issue with
2623
Mozilla: https://bugzilla.mozilla.org/buglist.cgi?product=Testing&component=Marionette
27-
2824
If the issue is with Microsoft Edge consider logging an issue with Microsoft instead:
2925
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/
30-
3126
If the issue is with Safari, only Safari 10+ is supported. Please log any Safari issue
3227
with Apple: https://bugreport.apple.com/
3328
validations:
3429
required: true
3530
- type: textarea
3631
id: repro-command
3732
attributes:
38-
label: Command used to start Selenium Grid with Docker
33+
label: How can we reproduce the issue?
3934
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.
4136
placeholder: |
4237
Please share the code script to reproduce the issue. If more than one file is needed,
4338
create a GitHub repository and share the link.
4439
This will be automatically formatted into code, so no need for backticks.
45-
4640
Be sure to include an SSCCE (Short, Self Contained, Correct
4741
[compilable] example) http://sscce.org/
48-
4942
Issues without a reproduction script are likely to stall and eventually be closed.
5043
render: shell
5144
validations:

0 commit comments

Comments
 (0)