Skip to content

Commit 339a7d7

Browse files
authored
GitHub Templates: Fix spacing in bug report template (#33761)
1 parent 055af1f commit 339a7d7

File tree

1 file changed

+43
-36
lines changed

1 file changed

+43
-36
lines changed

.github/ISSUE_TEMPLATE/Bug_report.yml

+43-36
Original file line numberDiff line numberDiff line change
@@ -2,119 +2,126 @@ name: Bug report
22
description: Report a bug with the WordPress block editor or Gutenberg plugin
33
title: "<title>"
44
body:
5-
65
- type: markdown
7-
attributes:
8-
value: |
9-
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
6+
attributes:
7+
value: |
8+
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
109
1110
- type: checkboxes
1211
attributes:
1312
label: Is there an existing issue for this?
1413
description: Please check if the bug has already been reported by searching https://github.com/WordPress/gutenberg/issues.
1514
options:
16-
- label: I have searched the existing issues
17-
required: true
15+
- label: I have searched the existing issues
16+
required: true
1817

1918
- type: checkboxes
2019
attributes:
2120
label: Have you tried deactivating all plugins except Gutenberg?
2221
description: Please make sure you have ruled out plugin conflicts before reporting.
2322
options:
24-
- label: I have tested with all plugins deactivated.
25-
required: true
26-
23+
- label: I have tested with all plugins deactivated.
24+
required: true
25+
2726
- type: checkboxes
2827
attributes:
2928
label: Have you tried replicating the bug using a default theme e.g. Twenty Twenty?
3029
description: Please make sure you have confirmed it's not a theme specific problem.
3130
options:
32-
- label: I have tested with a default theme.
33-
required: true
31+
- label: I have tested with a default theme.
32+
required: true
3433

3534
- type: textarea
3635
attributes:
3736
label: Description
3837
description: Please write a brief description of the bug.
3938
validations:
4039
required: true
40+
4141
- type: textarea
4242
attributes:
4343
label: Step-by-step reproduction instructions
44-
description: Please list the steps needed to reproduce the bug.
44+
description: Please list the steps needed to reproduce the bug.
4545
placeholder: |
4646
1. Go to '...'
4747
2. Click on '...'
4848
3. Scroll down to '...'
4949
4. See error...
5050
validations:
5151
required: true
52+
5253
- type: textarea
5354
attributes:
5455
label: Expected Behavior
5556
description: Please describe what you expected to happen.
5657
validations:
5758
required: true
59+
5860
- type: textarea
5961
attributes:
6062
label: Current Behavior
6163
description: A concise description of what you're experiencing.
6264
validations:
6365
required: true
66+
6467
- type: textarea
6568
attributes:
6669
label: Screenshots or screen recording (optional)
6770
description: |
68-
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/
69-
70-
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
71+
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/
72+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
73+
validations:
7174
required: false
7275

7376
- type: textarea
7477
attributes:
7578
label: Code snippet (optional)
7679
description: |
77-
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
78-
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.
80+
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
81+
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.
82+
validations:
7983
required: false
8084

8185
- type: textarea
8286
attributes:
8387
label: WordPress Information
8488
description: |
85-
Please list what WordPress version you are using. You can find this information in Tools → Site Health → Info → WordPress
89+
Please list what WordPress version you are using. You can find this information in Tools → Site Health → Info → WordPress
90+
validations:
8691
required: false
87-
92+
8893
- type: textarea
8994
attributes:
9095
label: Gutenberg Information
9196
description: |
92-
Please list what Gutenberg version you are using. If you aren't using Gutenberg, please note that it's not installed.
97+
Please list what Gutenberg version you are using. If you aren't using Gutenberg, please note that it's not installed.
98+
validations:
9399
required: false
94-
95-
- type: dropdown
96-
id: browsers
97-
attributes:
98-
label: What browsers are you seeing the problem on?
99-
multiple: true
100-
options:
101-
- Firefox
102-
- Chrome
103-
- Safari
104-
- Microsoft Edge
105-
- Other
100+
101+
- type: dropdown
102+
id: browsers
103+
attributes:
104+
label: What browsers are you seeing the problem on?
105+
multiple: true
106+
options:
107+
- Firefox
108+
- Chrome
109+
- Safari
110+
- Microsoft Edge
111+
- Other
106112

107113
- type: textarea
108114
attributes:
109115
label: Device Information
110116
description: |
111-
Please list what device you are using e.g. "Desktop" or "iPhone 11".
117+
Please list what device you are using e.g. "Desktop" or "iPhone 11".
118+
validations:
112119
required: false
113-
114-
120+
115121
- type: textarea
116122
attributes:
117123
label: Operating System Information
118124
description: |
119-
Please list what operating system you are using e.g. "Windows 10" or "iOS 14"
125+
Please list what operating system you are using e.g. "Windows 10" or "iOS 14"
126+
validations:
120127
required: false

0 commit comments

Comments
 (0)