Skip to content

Commit e5eb71a

Browse files
authored
Add Site Health option (#158)
* added site health option --------- Signed-off-by: Alex Sirota <[email protected]>
1 parent 8be4e83 commit e5eb71a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/ISSUE_TEMPLATE/BugReport.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thanks for taking the time to fill out this bug report!
9+
Thanks for taking the time to fill out this bug report! You can use the Site Health option in your website to collect a lot of the data requested below.
1010
- type: input
1111
id: contact
1212
attributes:
@@ -32,6 +32,7 @@ body:
3232
description: What version of AspireUpdate are you running?
3333
options:
3434
- 0.5 (Default)
35+
- 1.0
3536
- Nightly
3637
default: 0
3738
validations:
@@ -107,6 +108,15 @@ body:
107108
description: 'A list of active plugins.'
108109

109110

111+
112+
- type: textarea
113+
id: sitehealth
114+
attributes:
115+
label: WordPress Site Health Output (optional)
116+
description: Please copy and paste a SiteHealth report with details of your WordPress configuration. This will be automatically formatted into code, so no need for backticks.
117+
render: shell
118+
119+
110120
- type: textarea
111121
id: logs
112122
attributes:

0 commit comments

Comments
 (0)