-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving from issue templates to issue forms.
[skip ci]
- Loading branch information
Showing
9 changed files
with
139 additions
and
235 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
name: 🐛 Bug Report | ||
description: File a bug report | ||
title: "[🐛 Bug]: " | ||
labels: [ bug, needs-triaging ] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: | | ||
Describe clearly and concisely the bug including instructions showing how to reproduce it. | ||
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 | ||
description: | | ||
What command do you use to start Selenium Grid with Docker? | ||
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: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: | | ||
Please copy and paste any relevant log output. This will be automatically formatted, so | ||
no need for backticks. | ||
render: shell | ||
validations: | ||
required: true | ||
- type: input | ||
id: operating-system | ||
attributes: | ||
label: Operating System | ||
description: What host operating system are you using to run Selenium? | ||
placeholder: Windows 10? macOS BigSur? Ubuntu? | ||
validations: | ||
required: true | ||
- type: input | ||
id: selenium-version | ||
attributes: | ||
label: Selenium version | ||
description: What version of Selenium are you using? | ||
placeholder: 4.0.0? Please use the full version number. | ||
validations: | ||
required: true | ||
- type: input | ||
id: browser-versions | ||
attributes: | ||
label: What are the browser(s) and version(s) where you see this issue? | ||
description: What browser and versions are you using? | ||
placeholder: Example - Chrome 90, Firefox 88, etc. | ||
validations: | ||
required: true | ||
- type: input | ||
id: browser-driver-versions | ||
attributes: | ||
label: What are the browser driver(s) and version(s) where you see this issue? | ||
description: What browser driver(s) are you using? | ||
placeholder: Example - ChromeDriver 94.0.4606.61, GeckoDriver 0.30.0, etc. | ||
validations: | ||
required: true | ||
- type: input | ||
id: selenium-grid-version | ||
attributes: | ||
label: Are you using Selenium Grid? | ||
description: What version of Selenium Grid are you using? | ||
placeholder: Example - 4.0.0 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 💬 Selenium Community Support and Questions | ||
url: https://www.selenium.dev/support/ | ||
about: Useful links to ask questions and join the different Selenium chat rooms. | ||
- name: 📖 Selenium Documentation | ||
url: https://www.selenium.dev/documentation/ | ||
about: Issues while running tests? Please check the Selenium documentation before filling out an issue. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: 🚀 Feature Proposal | ||
description: Propose a feature | ||
title: "[🚀 Feature]: " | ||
labels: [ feature, needs-triaging ] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to propose a feature! | ||
- type: textarea | ||
id: feature-description | ||
attributes: | ||
label: Feature and motivation | ||
description: | | ||
Describe clearly and concisely the feature you are proposing, what is the motivation | ||
behind it. | ||
placeholder: | | ||
Help us to understand your proposal by adding as many details as possible, we will look into | ||
it and give you feedback as soon as possible. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: feature-example | ||
attributes: | ||
label: Usage example | ||
description: | | ||
How would you use this feature? | ||
placeholder: | | ||
A clear example showing how this feature is useful for you and the Selenium community. | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.