diff --git a/.github/ISSUE_TEMPLATE/README.md b/.github/ISSUE_TEMPLATE/README.md index 5b8f47af..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.5 -last_updated: "2026-06-18" +version: v1.7 +last_updated: "2026-06-19" created_date: "2025-10-20" authors: ["LightSpeed Team"] maintainer: "LightSpeed Team" @@ -46,8 +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 A[User Creates Issue] --> B{Select Template} B -->|Bug Report| C[Bug Template]