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.
2
2
# It provides instructions to help users submit detailed information about their
3
-
# WordPress environment and the issue they're experiencing with the EngineScript Site Optimizer plugin.
3
+
# WordPress environment and the issue they are experiencing with EngineScript Site Optimizer.
4
4
# This helps maintainers diagnose and fix issues more efficiently.
5
5
6
6
name: Issue Guidance
@@ -10,9 +10,12 @@ on:
10
10
types: [opened]
11
11
12
12
permissions:
13
-
contents: write
13
+
contents: read
14
14
issues: write
15
15
16
+
env:
17
+
PLUGIN_SLUG: enginescript-site-optimizer
18
+
16
19
jobs:
17
20
guide:
18
21
runs-on: ubuntu-latest
@@ -22,11 +25,11 @@ jobs:
22
25
with:
23
26
issue-number: ${{ github.event.issue.number }}
24
27
body: |
25
-
Thanks for opening an issue. Please provide a detailed description of the problem you're facing. If you have error messages or logs, please include them as well.
28
+
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.
26
29
27
30
To help us diagnose the issue, please include:
28
31
- WordPress version
29
32
- PHP version
30
-
- List of other plugins you're using
33
+
- List of other plugins you are using
31
34
- Steps to reproduce the issue
32
-
- What you expected to happen vs. what actually happened
35
+
- What you expected to happen vs. what actually happened
0 commit comments