This repository was archived by the owner on Jun 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +102
-216
lines changed Expand file tree Collapse file tree 8 files changed +102
-216
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : 🐛 Bug Report
2+ description : File a bug report
3+ title : " [🐛 Bug]: "
4+ labels : [bug, needs-triaging]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for taking the time to fill out this bug report!
10+ - type : textarea
11+ id : what-happened
12+ attributes :
13+ label : What happened?
14+ description : |
15+ Describe clearly and concisely the bug including instructions showing how to reproduce it.
16+ placeholder : |
17+ Please add as many details as possible to avoid assumptions from our side. How do you
18+ trigger this bug? What did you expect to happen? Please walk us through it step by step.
19+ validations :
20+ required : true
21+ - type : textarea
22+ id : repro-command
23+ attributes :
24+ label : Command used to start Selenium Grid with Docker
25+ description : |
26+ What command do you use to start Selenium Grid with Docker?
27+ placeholder : |
28+ Please share the script or docker-compose file used. This will be automatically
29+ formatted into code, so no need for backticks.
30+ Be sure to include an SSCCE (Short, Self Contained, Correct
31+ [compilable] example) http://sscce.org/
32+ render : shell
33+ validations :
34+ required : true
35+ - type : textarea
36+ id : logs
37+ attributes :
38+ label : Relevant log output
39+ description : |
40+ Please copy and paste any relevant log output. This will be automatically formatted
41+ into code, so no need for backticks.
42+ render : shell
43+ validations :
44+ required : true
45+ - type : input
46+ id : operating-system
47+ attributes :
48+ label : Operating System
49+ description : What host operating system are you using to run docker-selenium?
50+ placeholder : Windows 10? macOS BigSur? Ubuntu?
51+ validations :
52+ required : true
53+ - type : input
54+ id : version
55+ attributes :
56+ label : Docker Selenium version (tag)
57+ description : What version of Docker Selenium are you using?
58+ placeholder : 4.0.0-20211013? Please use the full tag, avoid "latest"
59+ validations :
60+ required : true
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
2+ contact_links :
3+ - name : 💬 Selenium Community Support and Questions
4+ url : https://www.selenium.dev/support/
5+ about : Useful links to ask questions and join the different Selenium chat rooms.
6+ - name : 📖 Docker-Selenium Documentation
7+ url : https://github.com/SeleniumHQ/docker-selenium
8+ about : Please check the project README before filling out an issue.
9+ - name : 📖 Selenium Documentation
10+ url : https://www.selenium.dev/documentation/
11+ about : Issues while running tests? Please check the Selenium documentation before filling out an issue.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : 🚀 Feature Proposal
2+ description : Propose a feature
3+ title : " [🚀 Feature]: "
4+ labels : [feature, needs-triaging]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for taking the time to propose a feature!
10+ - type : textarea
11+ id : feature-description
12+ attributes :
13+ label : Feature and motivation
14+ description : |
15+ Describe clearly and concisely the feature you are proposing, what is the motivation
16+ behind it.
17+ placeholder : |
18+ Help us to understand your proposal by adding as many details as possible, we will look into
19+ it and give you feedback as soon as possible.
20+ validations :
21+ required : true
22+ - type : textarea
23+ id : feature-description
24+ attributes :
25+ label : Usage example
26+ description : |
27+ How would you use this feature?
28+ placeholder : |
29+ A clear example showing how this feature is useful for you and the Selenium community.
30+ validations :
31+ required : true
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments