-
-
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.
[skip travis] Adding new issue templates
- Loading branch information
Showing
5 changed files
with
148 additions
and
52 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,55 @@ | ||
--- | ||
|
||
name: 🐛 Bug report | ||
about: Create a report to help us improve | ||
--- | ||
|
||
## 🐛 Bug Report | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
<!-- NOTE | ||
FIREFOX 48+ IS ONLY COMPATIBLE WITH GECKODRIVER. | ||
If the issue is with Google Chrome consider logging an issue with chromedriver instead: | ||
https://sites.google.com/a/chromium.org/chromedriver/help | ||
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/ | ||
--> | ||
|
||
## To Reproduce | ||
|
||
<!-- | ||
Please be sure to include an SSCCE (Short, Self Contained, Correct [compilable] example) http://sscce.org/ | ||
If you can't provide a link to the page, consider creating a reproducible page on https://jsfiddle.net/ | ||
--> | ||
|
||
Detailed steps to reproduce the behavior: | ||
|
||
## Expected behavior | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
## Test script or set of commands reproducing this issue | ||
|
||
Please provide a test script to reproduce the issue you are reporting, if the | ||
setup is more complex, GitHub repo links with are also OK. | ||
|
||
Issues without a reproduction script are likely to stall and eventually be closed. | ||
|
||
## Environment | ||
|
||
OS: <!-- Windows 10? OSX? --> | ||
Browser: <!-- Chrome? Safari? --> | ||
Browser version: <!-- e.g.: 70.0.3538.110 --> | ||
Browser Driver version: <!-- e.g.: ChromeDriver 2.43, GeckoDriver 0.23 --> | ||
Language Bindings version: <!-- e.g.: Java 3.141.0 --> | ||
Selenium Grid version (if applicable): <!-- e.g.: 3.141.59 --> |
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,17 @@ | ||
--- | ||
|
||
name: 🚀 Feature Proposal | ||
about: Submit a proposal for a new feature | ||
--- | ||
|
||
## 🚀 Feature Proposal | ||
|
||
A clear and concise description of what the feature is. | ||
|
||
## Motivation | ||
|
||
Please outline the motivation for the proposal. | ||
|
||
## Example | ||
|
||
Please provide an example for how this feature would be used. |
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,15 @@ | ||
--- | ||
|
||
name: 💬 Questions / Help | ||
about: If you have questions, please check our IRC or Slack | ||
--- | ||
|
||
## 💬 Questions and Help | ||
|
||
### Please note that this issue tracker is not a help form and this issue will be closed. | ||
|
||
For questions or help please see: | ||
|
||
- [SeleniumHQ IRC channel](https://webchat.freenode.net/) | ||
- [SeleniumHQ Slack channel](https://seleniumhq.herokuapp.com/) | ||
- The [Selenium Users](https://groups.google.com/forum/#!forum/selenium-users) google group |
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,61 @@ | ||
--- | ||
|
||
name: 💥 Regression Report | ||
about: Report unexpected behavior that worked in previous versions | ||
--- | ||
|
||
## 💥 Regression Report | ||
|
||
A clear and concise description of what the regression is. | ||
|
||
<!-- NOTE | ||
FIREFOX 48+ IS ONLY COMPATIBLE WITH GECKODRIVER. | ||
If the issue is with Google Chrome consider logging an issue with chromedriver instead: | ||
https://sites.google.com/a/chromium.org/chromedriver/help | ||
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/ | ||
--> | ||
|
||
## Last working Selenium version | ||
|
||
Worked up to version: | ||
|
||
Stopped working in version: | ||
|
||
## To Reproduce | ||
|
||
<!-- | ||
Please be sure to include an SSCCE (Short, Self Contained, Correct [compilable] example) http://sscce.org/ | ||
If you can't provide a link to the page, consider creating a reproducible page on https://jsfiddle.net/ | ||
--> | ||
|
||
Detailed steps to reproduce the behavior: | ||
|
||
## Expected behavior | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
## Test script reproducing this issue (when applicable) | ||
|
||
Please provide a test script to reproduce the issue you are reporting, if the | ||
setup is more complex, GitHub repo links with are also OK. | ||
|
||
Issues without a reproduction script are likely to stall and eventually be closed. | ||
|
||
## Environment | ||
|
||
OS: <!-- Windows 10? OSX? --> | ||
Browser: <!-- Chrome? Safari? --> | ||
Browser version: <!-- e.g.: 70.0.3538.110 --> | ||
Browser Driver version: <!-- e.g.: ChromeDriver 2.43, GeckoDriver 0.23 --> | ||
Language Bindings version: <!-- e.g.: Java 3.141.0 --> | ||
Selenium Grid version (if applicable): <!-- e.g.: 3.141.59 --> |