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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/compatibility-test-failure.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,14 @@ The automated compatibility test for PHP {{ env.PHP_VERSION }} has failed.
19
19
20
20
### Next Steps
21
21
22
-
This issue has been automatically created because the Optimizations ACE MC plugin failed to load properly with PHP {{ env.PHP_VERSION }}. This could indicate compatibility issues that need to be addressed.
22
+
This issue was automatically created because the Optimizations ACE MC plugin failed to load properly with PHP {{ env.PHP_VERSION }}. This could indicate compatibility issues that need attention.
23
23
24
-
#### Recommended Actions:
24
+
#### Recommended Actions
25
25
26
-
1. Review the workflow logs for specific error messages
27
-
2. Check for PHP {{ env.PHP_VERSION }} specific syntax or function compatibility issues
28
-
3. Test locally with PHP {{ env.PHP_VERSION }} to reproduce the issue
29
-
4. Make necessary code updates to ensure compatibility
26
+
1. Review the workflow logs for specific error messages.
27
+
2. Check for syntax or function compatibility issues specific to PHP {{ env.PHP_VERSION }}.
28
+
3. Test with PHP {{ env.PHP_VERSION }} to reproduce the issue.
29
+
4. Make the code updates needed to ensure compatibility.
30
30
31
31
Once fixed, please close this issue and reference it in the changelog.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/plugin-check-failure.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,44 +17,44 @@ The WordPress Plugin Check action has identified issues with the Optimizations A
17
17
18
18
### Next Steps
19
19
20
-
This issue has been automatically created because the WordPress Plugin Check found issues with the plugin that should be addressed. The check performed the following specific tests:
20
+
This issue was automatically created because WordPress Plugin Check found issues with the plugin. The check performed these tests:
21
+
22
+
#### Categories
21
23
22
-
#### Categories:
23
24
-**Accessibility**: Checks for accessibility compliance issues
24
25
-**General**: General WordPress coding standards and best practices
25
26
-**Performance**: Tests that identify performance bottlenecks
26
-
-**Plugin Repo**: Requirements for WordPress.org plugin repository
27
+
-**Plugin Repo**: Requirements for the WordPress.org plugin repository
27
28
-**Security**: Security-focused checks to identify vulnerabilities
-**trademarks**: Checking for potential trademark violations
46
+
-**plugin_updater**: Plugin update mechanisms
47
+
-**trademarks**: Potential trademark violations
46
48
47
-
#### Recommended Actions:
49
+
#### Recommended Actions
48
50
49
-
1. Review the workflow logs for specific error messages and warnings
50
-
2. Address each identified issue in the plugin code
51
-
3. Test locally using the [WordPress Plugin Check tool](https://github.com/WordPress/plugin-check) to verify fixes
52
-
4. Submit a pull request with the necessary changes
51
+
1. Review the workflow logs for specific error messages and warnings.
52
+
2. Address each identified issue in the plugin code.
53
+
3. Test using the [WordPress Plugin Check tool](https://github.com/WordPress/plugin-check) to verify fixes.
54
+
4. Submit a pull request with the necessary changes.
53
55
54
56
Once all issues are fixed, please close this issue and reference it in the changelog.
55
57
56
58
### About WordPress Plugin Check
57
59
58
60
The WordPress Plugin Check tool helps plugin authors create plugins that follow WordPress best practices. It checks for issues related to security, performance, and compatibility to ensure plugins work well in the WordPress ecosystem.
0 commit comments