Skip to content

Commit

Permalink
Fixing typos on issue form.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
diemol committed Oct 14, 2021
1 parent 49ebfb9 commit bf7cd04
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Expand Up @@ -16,36 +16,29 @@ body:
placeholder: |
Please add as many details as possible to avoid assumptions from our side. How do you
trigger this bug? What did you expect to happen? Please walk us through it step by step.
Notes:
If the issue is with Google Chrome consider logging an issue with ChromeDriver instead:
https://bugs.chromium.org/p/chromedriver
If the issue is with Firefox GeckoDriver (aka Marionette) consider logging an issue with
Mozilla: https://bugzilla.mozilla.org/buglist.cgi?product=Testing&component=Marionette
If the issue is with Microsoft Edge consider logging an issue with Microsoft instead:
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/
If the issue is with Safari, only Safari 10+ is supported. Please log any Safari issue
with Apple: https://bugreport.apple.com/
validations:
required: true
- type: textarea
id: repro-command
attributes:
label: Command used to start Selenium Grid with Docker
label: How can we reproduce the issue?
description: |
What command do you use to start Selenium Grid with Docker?
Share with a code snippet or a GitHub repo to reproduce the issue.
placeholder: |
Please share the code script to reproduce the issue. If more than one file is needed,
create a GitHub repository and share the link.
This will be automatically formatted into code, so no need for backticks.
Be sure to include an SSCCE (Short, Self Contained, Correct
[compilable] example) http://sscce.org/
Issues without a reproduction script are likely to stall and eventually be closed.
render: shell
validations:
Expand Down

0 comments on commit bf7cd04

Please sign in to comment.