Skip to content

Commit 49ebfb9

Browse files
committed
Moving from issue templates to issue forms.
[skip ci]
1 parent 4829bfc commit 49ebfb9

File tree

9 files changed

+139
-235
lines changed

9 files changed

+139
-235
lines changed

.github/ISSUE_TEMPLATE.md

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

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
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+
20+
Notes:
21+
22+
If the issue is with Google Chrome consider logging an issue with ChromeDriver instead:
23+
https://bugs.chromium.org/p/chromedriver
24+
25+
If the issue is with Firefox GeckoDriver (aka Marionette) consider logging an issue with
26+
Mozilla: https://bugzilla.mozilla.org/buglist.cgi?product=Testing&component=Marionette
27+
28+
If the issue is with Microsoft Edge consider logging an issue with Microsoft instead:
29+
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/
30+
31+
If the issue is with Safari, only Safari 10+ is supported. Please log any Safari issue
32+
with Apple: https://bugreport.apple.com/
33+
validations:
34+
required: true
35+
- type: textarea
36+
id: repro-command
37+
attributes:
38+
label: Command used to start Selenium Grid with Docker
39+
description: |
40+
What command do you use to start Selenium Grid with Docker?
41+
placeholder: |
42+
Please share the code script to reproduce the issue. If more than one file is needed,
43+
create a GitHub repository and share the link.
44+
This will be automatically formatted into code, so no need for backticks.
45+
46+
Be sure to include an SSCCE (Short, Self Contained, Correct
47+
[compilable] example) http://sscce.org/
48+
49+
Issues without a reproduction script are likely to stall and eventually be closed.
50+
render: shell
51+
validations:
52+
required: true
53+
- type: textarea
54+
id: logs
55+
attributes:
56+
label: Relevant log output
57+
description: |
58+
Please copy and paste any relevant log output. This will be automatically formatted, so
59+
no need for backticks.
60+
render: shell
61+
validations:
62+
required: true
63+
- type: input
64+
id: operating-system
65+
attributes:
66+
label: Operating System
67+
description: What host operating system are you using to run Selenium?
68+
placeholder: Windows 10? macOS BigSur? Ubuntu?
69+
validations:
70+
required: true
71+
- type: input
72+
id: selenium-version
73+
attributes:
74+
label: Selenium version
75+
description: What version of Selenium are you using?
76+
placeholder: 4.0.0? Please use the full version number.
77+
validations:
78+
required: true
79+
- type: input
80+
id: browser-versions
81+
attributes:
82+
label: What are the browser(s) and version(s) where you see this issue?
83+
description: What browser and versions are you using?
84+
placeholder: Example - Chrome 90, Firefox 88, etc.
85+
validations:
86+
required: true
87+
- type: input
88+
id: browser-driver-versions
89+
attributes:
90+
label: What are the browser driver(s) and version(s) where you see this issue?
91+
description: What browser driver(s) are you using?
92+
placeholder: Example - ChromeDriver 94.0.4606.61, GeckoDriver 0.30.0, etc.
93+
validations:
94+
required: true
95+
- type: input
96+
id: selenium-grid-version
97+
attributes:
98+
label: Are you using Selenium Grid?
99+
description: What version of Selenium Grid are you using?
100+
placeholder: Example - 4.0.0

.github/ISSUE_TEMPLATE/bug.md

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

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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: 📖 Selenium Documentation
7+
url: https://www.selenium.dev/documentation/
8+
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 & 14 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/regression.md

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

.github/selenium-assistant.yml

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

0 commit comments

Comments
 (0)