You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report a bug or an issue that you've encountered.
3
+
labels: ['ungroomed']
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
Thanks for reporting an issue to one of our products. Please provide all necessary information to reproduce the issue. Without adequate details, your issue may be closed without investigation.
9
+
10
+
Issues can be made for axe-core npm integrations (e.g. `@axe-core/webdriverjs`).
11
+
- type: dropdown
12
+
id: product
13
+
attributes:
14
+
label: Product
15
+
description: Which product did you encounter the issue?
16
+
options:
17
+
- cli
18
+
- playwright
19
+
- puppeteer
20
+
- react
21
+
- reporter-earl
22
+
- webdriverio
23
+
- webdriverjs
24
+
validations:
25
+
required: true
26
+
- type: input
27
+
id: version
28
+
attributes:
29
+
label: Product Version
30
+
description: For the integration please check the `package.json` file
31
+
- type: checkboxes
32
+
id: latest-axe
33
+
attributes:
34
+
label: Latest Version
35
+
options:
36
+
- label: I have tested the issue with the latest version of the product
37
+
required: true
38
+
- type: textarea
39
+
id: description
40
+
attributes:
41
+
label: Issue Description
42
+
description: Please include a description of the issue and a page or code snippet where it can be reproduced.
43
+
value: |
44
+
#### Expectation
45
+
Describe what you expected the product to do.
46
+
47
+
#### Actual
48
+
Describe what the product actually does.
49
+
50
+
#### How to Reproduce
51
+
Provide a code sample or link to a webpage that reproduces the issue. Without this, your issue may be closed without investigation.
0 commit comments