-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
743 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,148 @@ | ||
name: Bug Report | ||
description: File a bug report. | ||
title: "[Bug]: " | ||
labels: ["bug", "needs triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
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: | ||
label: Contact Details | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: ex. [email protected] | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Also tell us, what did you expect to happen? | ||
placeholder: Tell us what you are seeing or experiencing. | ||
value: "A bug was witnessed!" | ||
|
||
validations: | ||
required: true | ||
- type: dropdown | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version of AspireUpdate are you running? | ||
options: | ||
- 0.5 (Default) | ||
- 1.0 | ||
- Nightly | ||
default: 0 | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: os | ||
attributes: | ||
label: 'OS' | ||
description: 'The operating system you are running on (Linux, Windows, Mac, etc).' | ||
options: | ||
- Windows | ||
- MacOS | ||
- iOS | ||
- Android | ||
- Linux | ||
- Other | ||
|
||
|
||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: What browsers are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Firefox | ||
- Chrome | ||
- Safari | ||
- Microsoft Edge | ||
- Opera | ||
- Other | ||
|
||
- type: input | ||
id: wordpress | ||
attributes: | ||
label: 'WordPress' | ||
description: 'The version of WordPress that your site uses.' | ||
|
||
- type: input | ||
id: php | ||
attributes: | ||
label: 'PHP' | ||
description: 'The version of PHP your site runs on.' | ||
|
||
- type: input | ||
id: server | ||
attributes: | ||
label: 'Server' | ||
description: 'The server your site runs on (apache, nginx, etc).' | ||
|
||
- type: input | ||
id: database | ||
attributes: | ||
label: 'Database' | ||
description: 'The database engine used by your site.' | ||
|
||
- type: input | ||
id: theme | ||
attributes: | ||
label: 'Theme' | ||
description: 'The currently active theme.' | ||
|
||
- type: input | ||
id: must_use_plugins | ||
attributes: | ||
label: 'Must-Use Plugins' | ||
description: 'A list of Must-Use Plugins.' | ||
|
||
- type: input | ||
id: plugins | ||
attributes: | ||
label: 'Plugins' | ||
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: | ||
label: Relevant debug log output | ||
description: Please copy and paste any relevant debug log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
- type: textarea | ||
attributes: | ||
label: Screenshots/Live demo link | ||
description: Add some screenshots to help explain the problem. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: additional_notes | ||
attributes: | ||
label: 'Additional Notes' | ||
description: 'Any additional details worth mentioning.' | ||
|
||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow the AspirePress [Code of Conduct](https://github.com/aspirepress/AspireUpdate?tab=coc-ov-file). | ||
|
||
options: | ||
- label: I agree to follow the Code of Conduct. | ||
required: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Feature Request | ||
description: Suggest an idea for this project. | ||
labels: ['enhancement', 'needs triage'] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: 'I have checked the following:' | ||
options: | ||
- label: I've searched existing issues and found nothing related to my issue. | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Suggest an idea for this project. | ||
- type: textarea | ||
attributes: | ||
label: Describe the feature you want to add | ||
description: A clear and concise description of the feature you want to be added. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Mockups or Images of the feature | ||
description: Add some images to support your feature. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Discussions & Support | ||
url: https://aspirepress.org/slack/ | ||
about: You can ask general questions or give feedback on the AspirePress community. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: Update Blueprint Blueprint with Repository and Branch | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
- playground-ready | ||
tags: | ||
- "**" | ||
|
||
jobs: | ||
update-blueprint: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set Branch or Tag Name | ||
id: branch-name | ||
run: | | ||
if [ "${{ github.ref_type }}" == "branch" ]; then | ||
echo "CURRENT_REF=${{ github.ref_name }}" >> $GITHUB_ENV | ||
elif [ "${{ github.ref_type }}" == "tag" ]; then | ||
echo "CURRENT_REF=${{ github.ref_name }}" >> $GITHUB_ENV | ||
fi | ||
- name: Update Blueprint JSON | ||
run: | | ||
jq --tab '.plugins[0] |= "https://github-proxy.com/proxy/?repo='$GITHUB_REPOSITORY'&branch='$CURRENT_REF'"' assets/playground/blueprint.json > assets/playground/blueprint.json.tmp | ||
mv assets/playground/blueprint.json.tmp assets/playground/blueprint.json | ||
- name: Commit and Push Changes | ||
run: | | ||
if git diff --cached --quiet; then | ||
git config --global user.name "github-actions[bot]" | ||
git config --global user.email "github-actions[bot]@users.noreply.github.com" | ||
git add assets/playground/blueprint.json | ||
git commit -m "Update blueprint.json for branch/tag ${{ env.name }}" | ||
git push | ||
fi | ||
env: | ||
name: ${{ env.name }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.