You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This workflow automatically posts a guidance comment on new issues.
# It provides instructions to help users submit detailed information about their
# WordPress environment and the issue they are experiencing with EngineScript Site Optimizer.
# This helps maintainers diagnose and fix issues more efficiently.
name: Issue Guidance
on:
issues:
types: [opened]
permissions:
contents: read
issues: write
env:
PLUGIN_SLUG: enginescript-site-optimizer
jobs:
guide:
runs-on: ubuntu-latest
steps:
- name: Post guidance comment
uses: peter-evans/create-or-update-comment@v5
with:
issue-number: ${{ github.event.issue.number }}
body: |
Thanks for opening an issue. Please provide a detailed description of the problem you are seeing. If you have error messages or logs, include them as well.
To help us diagnose the issue, please include:
- WordPress version
- PHP version
- List of other plugins you are using
- Steps to reproduce the issue
- What you expected to happen vs. what actually happened