Skip to content

Commit

Permalink
Add Site Health option (#158)
Browse files Browse the repository at this point in the history
* added site health option

---------

Signed-off-by: Alex Sirota <[email protected]>
  • Loading branch information
asirota authored Nov 7, 2024
1 parent 8be4e83 commit e5eb71a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/ISSUE_TEMPLATE/BugReport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
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.
- type: input
id: contact
attributes:
Expand All @@ -32,6 +32,7 @@ body:
description: What version of AspireUpdate are you running?
options:
- 0.5 (Default)
- 1.0
- Nightly
default: 0
validations:
Expand Down Expand Up @@ -107,6 +108,15 @@ body:
description: 'A list of active plugins.'



- type: textarea
id: sitehealth
attributes:
label: WordPress Site Health Output (optional)
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.
render: shell


- type: textarea
id: logs
attributes:
Expand Down

0 comments on commit e5eb71a

Please sign in to comment.