| 
1 | 1 | name: 🐛 Bug Report  | 
2 | 2 | description: File a bug report  | 
3 | 3 | title: "[🐛 Bug]: "  | 
4 |  | -labels: [ I-defect, needs-triaging ]  | 
 | 4 | +labels: [ I-defect, A-needs-triaging ]  | 
5 | 5 | body:  | 
6 |  | -  - type: markdown  | 
7 |  | -    attributes:  | 
8 |  | -      value: |  | 
9 |  | -        Thanks for taking the time to fill out this bug report!  | 
10 | 6 |   - type: textarea  | 
11 |  | -    id: what-happened  | 
 | 7 | +    id: description  | 
12 | 8 |     attributes:  | 
13 |  | -      label: What happened?  | 
14 |  | -      description: |  | 
15 |  | -        Describe clearly and concisely the bug including instructions showing how to reproduce it.  | 
 | 9 | +      label: Description  | 
16 | 10 |       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 |  | -        Notes:  | 
20 |  | -        If the issue is with Google Chrome consider logging an issue with ChromeDriver instead:  | 
21 |  | -        https://bugs.chromium.org/p/chromedriver  | 
22 |  | -        If the issue is with Firefox GeckoDriver (aka Marionette) consider logging an issue with  | 
23 |  | -        Mozilla: https://bugzilla.mozilla.org/buglist.cgi?product=Testing&component=Marionette  | 
24 |  | -        If the issue is with Microsoft Edge consider logging an issue with Microsoft instead:  | 
25 |  | -        https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/  | 
26 |  | -        If the issue is with Safari, only Safari 10+ is supported. Please log any Safari issue  | 
27 |  | -        with Apple: https://bugreport.apple.com/  | 
 | 11 | +        Include details like:  | 
 | 12 | +        - What you were trying to do  | 
 | 13 | +        - What you expected to happen  | 
 | 14 | +        - What actually happened  | 
 | 15 | +        - Any relevant context or configuration  | 
 | 16 | +        - Stacktrace or error message if applicable  | 
28 | 17 |     validations:  | 
29 | 18 |       required: true  | 
30 | 19 |   - type: textarea  | 
31 |  | -    id: repro-command  | 
 | 20 | +    id: reproduction  | 
32 | 21 |     attributes:  | 
33 |  | -      label: How can we reproduce the issue?  | 
34 |  | -      description: |  | 
35 |  | -        Share with a code snippet or a GitHub repo to reproduce the issue.  | 
 | 22 | +      label: Reproducible Code  | 
36 | 23 |       placeholder: |  | 
37 |  | -        Please share the code script to reproduce the issue. If more than one file is needed,  | 
38 |  | -        create a GitHub repository and share the link.  | 
39 |  | -        This will be automatically formatted into code, so no need for backticks.  | 
40 |  | -        Be sure to include an SSCCE (Short, Self Contained, Correct  | 
41 |  | -        [compilable] example) http://sscce.org/  | 
42 |  | -        Issues without a reproduction script are likely to stall and eventually be closed.  | 
 | 24 | +        (This section renders as code, no need for backticks)  | 
 | 25 | +
  | 
 | 26 | +        * We can't fix an issue we can't reproduce.  | 
 | 27 | +        * If more than one file is needed, create a new GitHub repository and link it here.  | 
 | 28 | +        * Reproduction should be SSCCE: Short, Self Contained, Correct (Compilable), Example.  | 
43 | 29 |       render: shell  | 
44 | 30 |     validations:  | 
45 | 31 |       required: true  | 
46 | 32 |   - type: textarea  | 
47 | 33 |     id: logs  | 
48 | 34 |     attributes:  | 
49 |  | -      label: Relevant log output  | 
50 |  | -      description: |  | 
51 |  | -        Please copy and paste any relevant log output.  | 
52 |  | -        Ideally, turn on more detailed logging: https://www.selenium.dev/documentation/webdriver/troubleshooting/logging/  | 
53 |  | -        This will be automatically formatted, so no need for backticks.  | 
54 |  | -      render: shell  | 
55 |  | -    validations:  | 
56 |  | -      required: true  | 
 | 35 | +      label: Debugging Logs  | 
 | 36 | +      placeholder: |  | 
 | 37 | +        Note: the stack trace should be in the explanation section above  | 
 | 38 | +        Instructions for enabling logging can be found in the link below  | 
 | 39 | +      render: logs  | 
 | 40 | +  - type: markdown  | 
 | 41 | +    id: link  | 
 | 42 | +    attributes:  | 
 | 43 | +      value: |  | 
 | 44 | +        **Read our [logging documentation](https://www.selenium.dev/documentation/webdriver/troubleshooting/logging/)**  | 
 | 45 | +           | 
 | 46 | +
  | 
 | 47 | +        ## Help us Address Your Issue Faster!  | 
57 | 48 |   - type: input  | 
58 |  | -    id: operating-system  | 
 | 49 | +    id: selenium-version  | 
59 | 50 |     attributes:  | 
60 |  | -      label: Operating System  | 
61 |  | -      description: What host operating system are you using to run Selenium?  | 
62 |  | -      placeholder: Windows 10? macOS BigSur? Ubuntu?  | 
 | 51 | +      label: What version of Selenium are you currently using?  | 
 | 52 | +      description: Important! The latest released version of Selenium is 4.30 and we can't fix old versions.  | 
 | 53 | +      placeholder: e.g., 4.17.0  | 
63 | 54 |     validations:  | 
64 | 55 |       required: true  | 
65 |  | -  - type: input  | 
66 |  | -    id: selenium-version  | 
 | 56 | +  - type: checkboxes  | 
 | 57 | +    id: prerequisites  | 
 | 58 | +    attributes:  | 
 | 59 | +      label: The following statements are true  | 
 | 60 | +      options:  | 
 | 61 | +        - label: This applies to the most recent version of Selenium (we can't fix old versions)  | 
 | 62 | +          required: true  | 
 | 63 | +        - label: This hasn't already been reported (I searched and didn't find it)  | 
 | 64 | +          required: true  | 
 | 65 | +        - label: All information necessary to reproduce the issue has been provided above  | 
 | 66 | +          required: true  | 
 | 67 | +  - type: dropdown  | 
 | 68 | +    id: regression  | 
67 | 69 |     attributes:  | 
68 |  | -      label: Selenium version  | 
69 |  | -      description: What programming language release version of Selenium?  | 
70 |  | -      placeholder: Java 4.0.0? Ruby 4.0.3? (please use the full version number).  | 
 | 70 | +      label: Did this work for you before?  | 
 | 71 | +      options:  | 
 | 72 | +        - Not sure, this is my first time trying it  | 
 | 73 | +        - Yes this is a regression  | 
71 | 74 |     validations:  | 
72 | 75 |       required: true  | 
73 | 76 |   - type: input  | 
74 |  | -    id: browser-versions  | 
 | 77 | +    id: last-good  | 
 | 78 | +    attributes:  | 
 | 79 | +      label: If yes, what version of Selenium did it work with?  | 
 | 80 | +      placeholder: "e.g., 4.8.0"  | 
 | 81 | +    validations:  | 
 | 82 | +      required: false  | 
 | 83 | +  - type: dropdown  | 
 | 84 | +    id: operating-system  | 
75 | 85 |     attributes:  | 
76 |  | -      label: What are the browser(s) and version(s) where you see this issue?  | 
77 |  | -      description: What browser and versions are you using?  | 
78 |  | -      placeholder: Example - Chrome 90, Firefox 88, etc.  | 
 | 86 | +      label: Operating System  | 
 | 87 | +      options:  | 
 | 88 | +        - "--"  | 
 | 89 | +        - Windows  | 
 | 90 | +        - macOS  | 
 | 91 | +        - Linux (specify in the description)  | 
79 | 92 |     validations:  | 
80 | 93 |       required: true  | 
81 |  | -  - type: input  | 
82 |  | -    id: browser-driver-versions  | 
 | 94 | +  - type: dropdown  | 
 | 95 | +    id: bindings  | 
83 | 96 |     attributes:  | 
84 |  | -      label: What are the browser driver(s) and version(s) where you see this issue?  | 
85 |  | -      description: What browser driver(s) are you using?  | 
86 |  | -      placeholder: Example - ChromeDriver 94.0.4606.61, GeckoDriver 0.30.0, etc.  | 
 | 97 | +      label: Selenium Language Binding  | 
 | 98 | +      options:  | 
 | 99 | +        - "--"  | 
 | 100 | +        - Java  | 
 | 101 | +        - Python  | 
 | 102 | +        - C#/.NET  | 
 | 103 | +        - JavaScript/Node.js  | 
 | 104 | +        - Ruby  | 
87 | 105 |     validations:  | 
88 | 106 |       required: true  | 
89 |  | -  - type: input  | 
90 |  | -    id: selenium-grid-version  | 
 | 107 | +  - type: dropdown  | 
 | 108 | +    id: browsers  | 
 | 109 | +    attributes:  | 
 | 110 | +      label: Which browsers are you experiencing the issue with?  | 
 | 111 | +      multiple: true  | 
 | 112 | +      options:  | 
 | 113 | +        - Chrome  | 
 | 114 | +        - Firefox  | 
 | 115 | +        - Edge  | 
 | 116 | +        - Safari  | 
 | 117 | +        - IE  | 
 | 118 | +        - Other (please specify in the description)  | 
 | 119 | +  - type: dropdown  | 
 | 120 | +    id: grid  | 
91 | 121 |     attributes:  | 
92 | 122 |       label: Are you using Selenium Grid?  | 
93 |  | -      description: What version of Selenium Grid are you using?  | 
94 |  | -      placeholder: Example - 4.0.0  | 
 | 123 | +      options:  | 
 | 124 | +        - "No"  | 
 | 125 | +        - "Yes"  | 
 | 126 | +    validations:  | 
 | 127 | +      required: true  | 
0 commit comments