Skip to content

Commit f440f86

Browse files
committed
[skip-ci] Testing template as default issue template.
1 parent ef082fe commit f440f86

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
3+
name: 🐛 Bug report
4+
about: Create a report to help us improve
5+
---
6+
7+
## 🐛 Bug Report
8+
9+
A clear and concise description of what the bug is.
10+
11+
<!--
12+
Please be sure to include an SSCCE (Short, Self Contained, Correct [compilable] example) http://sscce.org/
13+
-->
14+
15+
<!-- NOTE
16+
FIREFOX 48+ IS ONLY COMPATIBLE WITH GECKODRIVER.
17+
18+
If the issue is with Google Chrome consider logging an issue with chromedriver instead:
19+
https://sites.google.com/a/chromium.org/chromedriver/help
20+
21+
If the issue is with Firefox GeckoDriver (aka Marionette) consider logging an issue with Mozilla:
22+
https://bugzilla.mozilla.org/buglist.cgi?product=Testing&component=Marionette
23+
24+
-->
25+
26+
## To Reproduce
27+
28+
Steps to reproduce the behavior (including the command to start the containers):
29+
30+
## Expected behavior
31+
32+
A clear and concise description of what you expected to happen.
33+
34+
## Test script reproducing this issue (when applicable)
35+
36+
Please provide a test script to reproduce the issue you are reporting, if the
37+
setup is more complex, GitHub repo links are also OK.
38+
39+
Issues without a reproduction script are likely to stall and eventually be closed.
40+
41+
## Environment
42+
43+
OS: <!-- Windows 10? OSX? -->
44+
Docker-Selenium image version: <!-- 3, 3.4, 3.141.59-bismuth etc
45+
Also provide the docker image id
46+
-->
47+
Docker version:
48+
Docker-Compose version (if applicable):
49+
Exact Docker command to start the containers (if using docker-compose, provide
50+
the docker-compose file as well):

0 commit comments

Comments
 (0)