|
| 1 | +name: 🐞 Bug Report |
| 2 | +description: Report a bug if something isn't working as expected in WordPress Playground. |
| 3 | +labels: ['[Type] Bug'] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + ### Thanks for contributing! |
| 9 | +
|
| 10 | + Please provide us with the information requested in this bug report. |
| 11 | + Without these details, we won't be able to fully evaluate this issue. |
| 12 | + Bug reports lacking detail, or for any other reason than to report a bug, may be closed without action. |
| 13 | +
|
| 14 | + While our goal is to address all the issues reported in this repository, GitHub should be treated as a place to report confirmed bugs only. |
| 15 | +
|
| 16 | + Make sure to look through the [existing `type: bug` issues](https://github.com/WordPress/wordpress-playground/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22%5BType%5D%20Bug%22) to see whether your bug has already been submitted. |
| 17 | + Feel free to contribute to any existing issues. |
| 18 | + Search tip: You can filter our issues using [our labels](https://github.com/WordPress/wordpress-playground/labels). |
| 19 | + Search tip: Make use of [GitHub's search syntax to refine your search](https://help.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests). |
| 20 | + - type: checkboxes |
| 21 | + id: prerequisites |
| 22 | + attributes: |
| 23 | + label: Prerequisites |
| 24 | + description: Please confirm these before submitting the issue. |
| 25 | + options: |
| 26 | + - label: I have carried out troubleshooting steps and I believe I have found a bug. |
| 27 | + - label: I have searched for similar bugs in both open and closed issues and cannot find a duplicate. |
| 28 | + validations: |
| 29 | + required: true |
| 30 | + - type: textarea |
| 31 | + id: summary |
| 32 | + attributes: |
| 33 | + label: Describe the bug |
| 34 | + description: A clear and concise description of what the bug is. |
| 35 | + validations: |
| 36 | + required: true |
| 37 | + - type: textarea |
| 38 | + id: expected |
| 39 | + attributes: |
| 40 | + label: Expected behavior |
| 41 | + placeholder: | |
| 42 | + A clear and concise description of what you expected to happen. |
| 43 | + validations: |
| 44 | + required: true |
| 45 | + - type: textarea |
| 46 | + id: actual |
| 47 | + attributes: |
| 48 | + label: Actual behavior |
| 49 | + placeholder: | |
| 50 | + A clear and concise description of what actually happens. Please be as descriptive as possible; |
| 51 | + validations: |
| 52 | + required: true |
| 53 | + - type: textarea |
| 54 | + id: steps |
| 55 | + attributes: |
| 56 | + label: Steps to reproduce |
| 57 | + description: Attach screenshot(s) or recording(s) directly by dragging & dropping. |
| 58 | + placeholder: | |
| 59 | + 1. Go to |
| 60 | + 2. Click on |
| 61 | + 3. Scroll down to |
| 62 | + 4. See error |
| 63 | + validations: |
| 64 | + required: true |
| 65 | + - type: checkboxes |
| 66 | + id: isolating |
| 67 | + attributes: |
| 68 | + label: Isolating the problem |
| 69 | + description: | |
| 70 | + Please try testing your site for theme and plugin conflicts. |
| 71 | + To do that, deactivate all other plugins and switch to a default WordPress theme. Then test again. |
| 72 | + If the issue is resolved with the default theme and all other plugins deactivated, it means that one of your other plugins or the theme is causing the issue. |
| 73 | + You will then need to enable them one by one and test each time to figure out which plugin or theme is causing the issue. |
| 74 | + options: |
| 75 | + - label: I have deactivated other plugins and confirmed this bug occurs when only this plugin is active. |
| 76 | + - label: This bug happens with a default WordPress theme active. |
| 77 | + - label: I can reproduce this bug consistently using the steps above. |
| 78 | + validations: |
| 79 | + required: true |
0 commit comments