|
| 1 | +name: "\U0001F41B Bug report" |
| 2 | +description: "Report a bug with this project." |
| 3 | +labels: "type:bug" |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Thanks for taking the time to fill out this bug report! Please fill in as much of the template below as you can. |
| 9 | + - type: textarea |
| 10 | + attributes: |
| 11 | + label: Describe the bug |
| 12 | + description: Please write a clear and concise description of the bug, including what you expect to happen and what is currently happening. |
| 13 | + placeholder: | |
| 14 | + Feature '...' is not working properly. I expect '...' to happen, but '...' happens instead |
| 15 | + validations: |
| 16 | + required: true |
| 17 | + |
| 18 | + - type: textarea |
| 19 | + attributes: |
| 20 | + label: Steps to Reproduce |
| 21 | + description: Please write the steps needed to reproduce the bug. |
| 22 | + placeholder: | |
| 23 | + 1. Go to '...' |
| 24 | + 2. Click on '...' |
| 25 | + 3. Scroll down to '...' |
| 26 | + 4. See error |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + |
| 30 | + - type: textarea |
| 31 | + attributes: |
| 32 | + label: Screenshots, screen recording, code snippet |
| 33 | + description: | |
| 34 | + If possible, please upload a screenshot or screen recording which demonstrates the bug. You can use LIEcap to create a GIF screen recording: https://www.cockos.com/licecap/ |
| 35 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
| 36 | + For small snippets paste it directly here, or you can use GitHub Gist to share multiple code files: https://gist.github.com |
| 37 | + Please ensure the shared code can be used by a developer to reproduce the issue—ideally it can be copied into a local development environment or executed in a browser console to help debug the issue |
| 38 | + validations: |
| 39 | + required: false |
| 40 | + |
| 41 | + - type: textarea |
| 42 | + attributes: |
| 43 | + label: Environment information |
| 44 | + placeholder: | |
| 45 | + - Device: <!-- [e.g. MacBook] --> |
| 46 | + - OS: <!-- [e.g. MacOS 10.14.3] --> |
| 47 | + - Browser and version: <!-- [e.g. Firefox 65.0.1, Chrome 73.0.3683.75, Safari 12.0.3] --> |
| 48 | + validations: |
| 49 | + required: false |
| 50 | + |
| 51 | + - type: textarea |
| 52 | + attributes: |
| 53 | + label: WordPress information |
| 54 | + placeholder: | |
| 55 | + <!-- If your WordPress version is below 5.2, then please provide your WordPress, Plugins, Themes versions here. --> |
| 56 | + <!-- If your WordPress version is 5.2 or higher, then please fill out the Site Health Info details below. --> |
| 57 | + <details><summary>Site Health info:</summary> |
| 58 | + <!-- Go to Tools > Site Health > Info tab, click "Copy site info to clipboard", and paste those details here. --> |
| 59 | + </details> |
| 60 | + validations: |
| 61 | + required: false |
| 62 | + |
| 63 | + - type: checkboxes |
| 64 | + id: terms |
| 65 | + attributes: |
| 66 | + label: Code of Conduct |
| 67 | + description: By submitting this issue, you agree to follow our `Code of Conduct` (see the `CODE_OF_CONDUCT.md` file in the repo). |
| 68 | + options: |
| 69 | + - label: I agree to follow this project's Code of Conduct |
| 70 | + required: true |
0 commit comments