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