Skip to content

Commit

Permalink
GitHub Templates: Fix spacing in bug report template (#33761)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle authored Jul 29, 2021
1 parent 055af1f commit 339a7d7
Showing 1 changed file with 43 additions and 36 deletions.
79 changes: 43 additions & 36 deletions .github/ISSUE_TEMPLATE/Bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,119 +2,126 @@ name: Bug report
description: Report a bug with the WordPress block editor or Gutenberg plugin
title: "<title>"
body:

- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! If this is a security issue, please report it in HackerOne instead: https://hackerone.com/wordpress
attributes:
value: |
Thanks for taking the time to fill out this bug report! If this is a security issue, please report it in HackerOne instead: https://hackerone.com/wordpress
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please check if the bug has already been reported by searching https://github.com/WordPress/gutenberg/issues.
options:
- label: I have searched the existing issues
required: true
- label: I have searched the existing issues
required: true

- type: checkboxes
attributes:
label: Have you tried deactivating all plugins except Gutenberg?
description: Please make sure you have ruled out plugin conflicts before reporting.
options:
- label: I have tested with all plugins deactivated.
required: true
- label: I have tested with all plugins deactivated.
required: true

- type: checkboxes
attributes:
label: Have you tried replicating the bug using a default theme e.g. Twenty Twenty?
description: Please make sure you have confirmed it's not a theme specific problem.
options:
- label: I have tested with a default theme.
required: true
- label: I have tested with a default theme.
required: true

- type: textarea
attributes:
label: Description
description: Please write a brief description of the bug.
validations:
required: true

- type: textarea
attributes:
label: Step-by-step reproduction instructions
description: Please list the steps needed to reproduce the bug.
description: Please list the steps needed to reproduce the bug.
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error...
validations:
required: true

- type: textarea
attributes:
label: Expected Behavior
description: Please describe what you expected to happen.
validations:
required: true

- type: textarea
attributes:
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: true

- type: textarea
attributes:
label: Screenshots or screen recording (optional)
description: |
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/
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
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/
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false

- type: textarea
attributes:
label: Code snippet (optional)
description: |
If this bug is to related to a developer API, please share a code snippet that demonstrates the issue. For small snippets paste it directly here, or you can use GitHub Gist to share multiple code files: https://gist.github.com
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.
If this bug is to related to a developer API, please share a code snippet that demonstrates the issue. For small snippets paste it directly here, or you can use GitHub Gist to share multiple code files: https://gist.github.com
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.
validations:
required: false

- type: textarea
attributes:
label: WordPress Information
description: |
Please list what WordPress version you are using. You can find this information in Tools → Site Health → Info → WordPress
Please list what WordPress version you are using. You can find this information in Tools → Site Health → Info → WordPress
validations:
required: false

- type: textarea
attributes:
label: Gutenberg Information
description: |
Please list what Gutenberg version you are using. If you aren't using Gutenberg, please note that it's not installed.
Please list what Gutenberg version you are using. If you aren't using Gutenberg, please note that it's not installed.
validations:
required: false
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Other

- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Other

- type: textarea
attributes:
label: Device Information
description: |
Please list what device you are using e.g. "Desktop" or "iPhone 11".
Please list what device you are using e.g. "Desktop" or "iPhone 11".
validations:
required: false



- type: textarea
attributes:
label: Operating System Information
description: |
Please list what operating system you are using e.g. "Windows 10" or "iOS 14"
Please list what operating system you are using e.g. "Windows 10" or "iOS 14"
validations:
required: false

0 comments on commit 339a7d7

Please sign in to comment.