Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 8118133

Browse files
Merged upstream/trunk into the fork trunk
2 parents 0a8f87a + 50fecc4 commit 8118133

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+243
-410
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 0 additions & 50 deletions
This file was deleted.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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.

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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-example
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

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/regression.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

.github/selenium-assistant.yml

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)