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: Something isn't working on developer.adobe.com or when building the website locally.
3
+
labels: ["bug"]
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
Thank you for taking the time to report this issue!
9
+
This bug report should only relate to the developer.adobe.com website itself or non-content issues such as rendering, 404 pages, or other unexpected behavior.
10
+
Issues that do not comply with our Code of Conduct or do not contain enough information may be closed at the maintainers' discretion.
11
+
SECURITY DISCLOSURE: If this is a security disclosure please follow the guidelines in CONTRIBUTING.md. This helps keep folks from accidentally releasing vulnerabilities before the maintainers get a chance to fix the issue.
12
+
- type: checkboxes
13
+
attributes:
14
+
label: Is there an existing issue for this?
15
+
description: Please search to see if an issue already exists for the bug you encountered.
16
+
options:
17
+
- label: I have searched the existing issues
18
+
required: true
19
+
- type: textarea
20
+
attributes:
21
+
label: Expected behavior
22
+
description: |
23
+
Tell us what you expected to happen.
24
+
validations:
25
+
required: true
26
+
- type: textarea
27
+
attributes:
28
+
label: Actual behavior
29
+
description: |
30
+
Tell us what happened. Include error messages and issues.
31
+
validations:
32
+
required: true
33
+
- type: textarea
34
+
attributes:
35
+
label: Steps to reproduce
36
+
description: |
37
+
Provide a set of clear steps to reproduce this bug.
38
+
validations:
39
+
required: true
40
+
- type: textarea
41
+
attributes:
42
+
label: Environment
43
+
description: |
44
+
Describe your environment such as platform, browser, and versions.
45
+
Provide all the details that will help us to reproduce the bug.
46
+
value: |
47
+
- Browser:
48
+
- OS:
49
+
validations:
50
+
required: true
51
+
- type: textarea
52
+
attributes:
53
+
label: Sample code
54
+
description: Sample Code that illustrates the problem
0 commit comments