Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Site Health option #158

Merged
merged 9 commits into from
Nov 7, 2024
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