From 578fb313681fcfb1185db5201f016e611a6e59bf Mon Sep 17 00:00:00 2001 From: Ash Shaw Date: Thu, 18 Jun 2026 18:06:43 +0200 Subject: [PATCH 1/3] Update README.md Signed-off-by: Ash Shaw --- .github/ISSUE_TEMPLATE/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/README.md b/.github/ISSUE_TEMPLATE/README.md index 5b8f47af..db9a3e85 100644 --- a/.github/ISSUE_TEMPLATE/README.md +++ b/.github/ISSUE_TEMPLATE/README.md @@ -46,9 +46,10 @@ For advanced usage, see the [Issue Template Index](./README.md) and individual t ## 🗂️ Issue Template Workflow ```mermaid -accTitle: Issue template workflow -accDescr: Shows how users select an issue template, auto-populated fields flow into issue creation, and automation routes the issue to labelling, project, and notification steps. flowchart TD + accTitle: Issue template workflow + accDescr: Shows how users select an issue template, auto-populated fields flow into issue creation, and automation routes the issue to labelling, project, and notification steps. + A[User Creates Issue] --> B{Select Template} B -->|Bug Report| C[Bug Template] B -->|Feature Request| D[Feature Template] From d10fac7440a4f98c4c2f6ecdbd3093e4ac08cdf9 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 18 Jun 2026 17:50:17 +0000 Subject: [PATCH 2/3] fix(a11y): convert ISSUE_TEMPLATE README diagram to YAML header block accTitle Replaces deprecated inline accTitle/accDescr syntax (declared inside the flowchart body) with the canonical YAML header block format required by instructions/mermaid.instructions.md v2.0. Addresses Gemini code review finding on PR #993. Closes #991. --- .github/ISSUE_TEMPLATE/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/README.md b/.github/ISSUE_TEMPLATE/README.md index db9a3e85..0941ad89 100644 --- a/.github/ISSUE_TEMPLATE/README.md +++ b/.github/ISSUE_TEMPLATE/README.md @@ -3,7 +3,7 @@ title: "Issue Templates Directory" description: "Standardized issue templates for the LightSpeedWP organization. Templates for bugs, features, documentation, and custom issues with automation integration." name: "Issue Templates" file_type: documentation -version: v1.5 +version: v1.6 last_updated: "2026-06-18" created_date: "2025-10-20" authors: ["LightSpeed Team"] @@ -46,10 +46,11 @@ For advanced usage, see the [Issue Template Index](./README.md) and individual t ## 🗂️ Issue Template Workflow ```mermaid +--- +accTitle: Issue template workflow +accDescr: Shows how users select an issue template, auto-populated fields flow into issue creation, and automation routes the issue to labelling, project, and notification steps. +--- flowchart TD - accTitle: Issue template workflow - accDescr: Shows how users select an issue template, auto-populated fields flow into issue creation, and automation routes the issue to labelling, project, and notification steps. - A[User Creates Issue] --> B{Select Template} B -->|Bug Report| C[Bug Template] B -->|Feature Request| D[Feature Template] From a6d8fbe7d08de77018a218a8e349b38a6b0236db Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 19 Jun 2026 04:52:31 +0000 Subject: [PATCH 3/3] fix(docs): bump ISSUE_TEMPLATE README to v1.7 with updated last_updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Required by validate:frontmatter:changed CI check — body changes must be accompanied by a version bump and updated last_updated date. Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01AuT8NQeGYY9UQHLsX3MMHc --- .github/ISSUE_TEMPLATE/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/README.md b/.github/ISSUE_TEMPLATE/README.md index 0941ad89..9fd62231 100644 --- a/.github/ISSUE_TEMPLATE/README.md +++ b/.github/ISSUE_TEMPLATE/README.md @@ -3,8 +3,8 @@ title: "Issue Templates Directory" description: "Standardized issue templates for the LightSpeedWP organization. Templates for bugs, features, documentation, and custom issues with automation integration." name: "Issue Templates" file_type: documentation -version: v1.6 -last_updated: "2026-06-18" +version: v1.7 +last_updated: "2026-06-19" created_date: "2025-10-20" authors: ["LightSpeed Team"] maintainer: "LightSpeed Team"