Skip to content

Commit c69805d

Browse files
authored
Updates
1 parent 69b3cb1 commit c69805d

12 files changed

+36
-322
lines changed

.github/ISSUE_TEMPLATE/compatibility-test-failure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
name: "PHP Compatibility Test Failure"
3+
about: "Automated issue created when PHP compatibility tests fail"
24
title: PHP {{ env.PHP_VERSION }} Compatibility Test Failure
35
labels: bug, compatibility, automated
46
assignees: []

.github/ISSUE_TEMPLATE/phpcs-failure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
name: "PHPCS Code Standards Failure"
3+
about: "Automated issue created when PHPCS code standards check fails"
24
title: "PHPCS Code Standards Check Failed"
35
labels: ["bug", "phpcs", "code-standards"]
46
assignees: []

.github/ISSUE_TEMPLATE/phpmd-failure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
name: "PHPMD Code Quality Failure"
3+
about: "Automated issue created when PHPMD code quality check fails"
24
title: "PHPMD Code Quality Check Failed"
35
labels: ["bug", "phpmd", "code-quality"]
46
assignees: []

.github/ISSUE_TEMPLATE/phpstan-failure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
name: "PHPStan Analysis Failure"
3+
about: "Automated issue created when PHPStan static analysis fails"
24
title: "PHPStan for WordPress Analysis Failed - PHP {{ env.PHP_VERSION }}"
35
labels: ["bug", "phpstan", "static-analysis", "wordpress"]
46
assignees: []

.github/ISSUE_TEMPLATE/plugin-check-failure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
name: "WordPress Plugin Check Failure"
3+
about: "Automated issue created when WordPress Plugin Check fails"
24
title: WordPress Plugin Check Failure
35
labels: bug, plugin-check, automated
46
assignees: []

.github/ISSUE_TEMPLATE/psalm-failure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
name: "Psalm Static Analysis Failure"
3+
about: "Automated issue created when Psalm static analysis fails"
24
title: "Psalm Static Analysis Failed"
35
labels: ["bug", "psalm", "static-analysis"]
46
assignees: []

.github/ISSUE_TEMPLATE/security-failure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
name: "Security Vulnerability Detected"
3+
about: "Automated issue created when security vulnerabilities are detected"
24
title: "Security Vulnerability Detected"
35
labels: ["security", "vulnerability", "critical"]
46
assignees: []

.github/ISSUE_TEMPLATE/wp-dependencies-failure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
name: "WordPress Dependencies Monitoring Failure"
3+
about: "Automated issue created when WordPress dependencies monitoring fails"
24
title: "WordPress Dependencies Monitoring Failed - PHP {{ env.PHP_VERSION }}"
35
labels: ["bug", "dependencies", "wordpress", "monitoring"]
46
assignees: []

.github/ISSUE_TEMPLATE/wp-version-test-failure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
name: "WordPress Version Compatibility Test Failure"
3+
about: "Automated issue created when WordPress version compatibility tests fail"
24
title: "WordPress Version Compatibility Test Failed"
35
labels: ["bug", "compatibility", "wordpress-version"]
46
assignees: []

.github/workflows/php-latest-wp-test.yml

Lines changed: 0 additions & 321 deletions
This file was deleted.

0 commit comments

Comments
 (0)