Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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]
Expand Down
Loading