diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index f5542ce0011e2..07b0c6abeb839 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -16,18 +16,13 @@ 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: @@ -35,17 +30,15 @@ body: - 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: