Skip to content

Commit

Permalink
Moving from issue templates to issue forms.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
diemol committed Oct 14, 2021
1 parent 4829bfc commit 49ebfb9
Show file tree
Hide file tree
Showing 9 changed files with 139 additions and 235 deletions.
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

100 changes: 100 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
name: 🐛 Bug Report
description: File a bug report
title: "[🐛 Bug]: "
labels: [ bug, needs-triaging ]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: |
Describe clearly and concisely the bug including instructions showing how to reproduce it.
placeholder: |
Please add as many details as possible to avoid assumptions from our side. How do you
trigger this bug? What did you expect to happen? Please walk us through it step by step.
Notes:
If the issue is with Google Chrome consider logging an issue with ChromeDriver instead:
https://bugs.chromium.org/p/chromedriver
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/
validations:
required: true
- type: textarea
id: repro-command
attributes:
label: Command used to start Selenium Grid with Docker
description: |
What command do you use to start Selenium Grid with Docker?
placeholder: |
Please share the code script to reproduce the issue. If more than one file is needed,
create a GitHub repository and share the link.
This will be automatically formatted into code, so no need for backticks.
Be sure to include an SSCCE (Short, Self Contained, Correct
[compilable] example) http://sscce.org/
Issues without a reproduction script are likely to stall and eventually be closed.
render: shell
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: |
Please copy and paste any relevant log output. This will be automatically formatted, so
no need for backticks.
render: shell
validations:
required: true
- type: input
id: operating-system
attributes:
label: Operating System
description: What host operating system are you using to run Selenium?
placeholder: Windows 10? macOS BigSur? Ubuntu?
validations:
required: true
- type: input
id: selenium-version
attributes:
label: Selenium version
description: What version of Selenium are you using?
placeholder: 4.0.0? Please use the full version number.
validations:
required: true
- type: input
id: browser-versions
attributes:
label: What are the browser(s) and version(s) where you see this issue?
description: What browser and versions are you using?
placeholder: Example - Chrome 90, Firefox 88, etc.
validations:
required: true
- type: input
id: browser-driver-versions
attributes:
label: What are the browser driver(s) and version(s) where you see this issue?
description: What browser driver(s) are you using?
placeholder: Example - ChromeDriver 94.0.4606.61, GeckoDriver 0.30.0, etc.
validations:
required: true
- type: input
id: selenium-grid-version
attributes:
label: Are you using Selenium Grid?
description: What version of Selenium Grid are you using?
placeholder: Example - 4.0.0
55 changes: 0 additions & 55 deletions .github/ISSUE_TEMPLATE/bug.md

This file was deleted.

8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: 💬 Selenium Community Support and Questions
url: https://www.selenium.dev/support/
about: Useful links to ask questions and join the different Selenium chat rooms.
- name: 📖 Selenium Documentation
url: https://www.selenium.dev/documentation/
about: Issues while running tests? Please check the Selenium documentation before filling out an issue.
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature.md

This file was deleted.

31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_proposal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: 🚀 Feature Proposal
description: Propose a feature
title: "[🚀 Feature]: "
labels: [ feature, needs-triaging ]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to propose a feature!
- type: textarea
id: feature-description
attributes:
label: Feature and motivation
description: |
Describe clearly and concisely the feature you are proposing, what is the motivation
behind it.
placeholder: |
Help us to understand your proposal by adding as many details as possible, we will look into
it and give you feedback as soon as possible.
validations:
required: true
- type: textarea
id: feature-example
attributes:
label: Usage example
description: |
How would you use this feature?
placeholder: |
A clear example showing how this feature is useful for you and the Selenium community.
validations:
required: true
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

61 changes: 0 additions & 61 deletions .github/ISSUE_TEMPLATE/regression.md

This file was deleted.

72 changes: 0 additions & 72 deletions .github/selenium-assistant.yml

This file was deleted.

0 comments on commit 49ebfb9

Please sign in to comment.