Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
40 changes: 22 additions & 18 deletions .github/ISSUE_TEMPLATE/09-build-ci.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
---
name: "⚙️ Build & CI"
about: "Propose changes, fixes, or improvements to build tools, CI/CD pipelines, or automation."
title: "[Build/CI] <Short summary>"
labels: [type:chore, area:ci, status:needs-triage]
assignees: []
projects: []
milestone: ''
type: build-ci
references:
- ../CONTRIBUTING.md
- .github/BRANCHING_STRATEGY.md
- .github/AUTOMATION_GOVERNANCE.md
- .github/PR_LABELS.md
- .github/SAVED_REPLIES.md
- .github/PROJECT_META.md
- .github/labeler.yml
- .github/labels.yml
- .github/issue-types.yml
"name": "⚙️ Build & CI"
"about": "Propose changes, fixes, or improvements to build tools, CI/CD pipelines, or automation."
"title": "[Build/CI] <Short summary>"
"labels":
- "type:chore"
- "area:ci"
- "status:needs-triage"
"assignees": []
"projects": []
"milestone": ""
"type": "build-ci"
"references":
- "../CONTRIBUTING.md"
- ".github/BRANCHING_STRATEGY.md"
- ".github/AUTOMATION_GOVERNANCE.md"
- ".github/PR_LABELS.md"
- ".github/SAVED_REPLIES.md"
- ".github/PROJECT_META.md"
- ".github/labeler.yml"
- ".github/labels.yml"
- ".github/issue-types.yml"
"file_type": "issue-template"
---

## Build/CI Summary
Expand Down
40 changes: 22 additions & 18 deletions .github/ISSUE_TEMPLATE/23-ai-ops.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
---
name: "🧠 AI Ops"
about: "Propose, discuss, or troubleshoot AI/ML operations, workflows, or automation."
title: "[AI Ops] <Brief summary>"
labels: [type:ai-ops, status:needs-triage, area:ai]
assignees: []
projects: []
milestone: ''
type: ai-ops
references:
- ../CONTRIBUTING.md
- .github/BRANCHING_STRATEGY.md
- .github/AUTOMATION_GOVERNANCE.md
- .github/PR_LABELS.md
- .github/SAVED_REPLIES.md
- .github/PROJECT_META.md
- .github/labeler.yml
- .github/labels.yml
- .github/issue-types.yml
"name": "🧠 AI Ops"
"about": "Propose, discuss, or troubleshoot AI/ML operations, workflows, or automation."
"title": "[AI Ops] <Brief summary>"
"labels":
- "type:ai-ops"
- "status:needs-triage"
- "area:ai"
"assignees": []
"projects": []
"milestone": ""
"type": "ai-ops"
"references":
- "../CONTRIBUTING.md"
- ".github/BRANCHING_STRATEGY.md"
- ".github/AUTOMATION_GOVERNANCE.md"
- ".github/PR_LABELS.md"
- ".github/SAVED_REPLIES.md"
- ".github/PROJECT_META.md"
- ".github/labeler.yml"
- ".github/labels.yml"
- ".github/issue-types.yml"
"file_type": "issue-template"
---

## AI Ops Summary
Expand Down
40 changes: 22 additions & 18 deletions .github/ISSUE_TEMPLATE/24-content-modelling.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
---
name: "📖 Content Modelling"
about: "Propose, update, or discuss content structure, CPTs, or taxonomy."
title: "[Content Modelling] <Brief summary>"
labels: [type:content-modelling, status:needs-triage, area:content]
assignees: []
projects: []
milestone: ''
type: content-modelling
references:
- ../CONTRIBUTING.md
- .github/BRANCHING_STRATEGY.md
- .github/AUTOMATION_GOVERNANCE.md
- .github/PR_LABELS.md
- .github/SAVED_REPLIES.md
- .github/PROJECT_META.md
- .github/labeler.yml
- .github/labels.yml
- .github/issue-types.yml
"name": "📖 Content Modelling"
"about": "Propose, update, or discuss content structure, CPTs, or taxonomy."
"title": "[Content Modelling] <Brief summary>"
"labels":
- "type:content-modelling"
- "status:needs-triage"
- "area:content"
"assignees": []
"projects": []
"milestone": ""
"type": "content-modelling"
"references":
- "../CONTRIBUTING.md"
- ".github/BRANCHING_STRATEGY.md"
- ".github/AUTOMATION_GOVERNANCE.md"
- ".github/PR_LABELS.md"
- ".github/SAVED_REPLIES.md"
- ".github/PROJECT_META.md"
- ".github/labeler.yml"
- ".github/labels.yml"
- ".github/issue-types.yml"
"file_type": "issue-template"
---

## Content Modelling Summary
Expand Down
15 changes: 10 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
description: "Standardized pull request templates for the LightSpeedWP organization"
version: "v1.0"
last_updated: "2025-10-24"
maintainer: "LightSpeed Engineering"
tags: ["templates", "pull-requests", "governance", "automation"]
"description": "Standardized pull request templates for the LightSpeedWP organization"
"version": "v1.0"
"last_updated": "2025-10-24"
"maintainer": "LightSpeed Engineering"
"tags":
- "templates"
- "pull-requests"
- "governance"
- "automation"
"file_type": "pr-template"
---

# 🔀 Pull Request Templates Directory
Expand Down
12 changes: 8 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE/pr_bug.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
name: "Bugfix PR"
about: "Fix a defect/regression with clear repro, fix, and verification"
title: "fix: {short summary}"
labels: ["type:bug", "status:needs-review", "priority:normal"]
"name": "Bugfix PR"
"about": "Fix a defect/regression with clear repro, fix, and verification"
"title": "fix: {short summary}"
"labels":
- "type:bug"
- "status:needs-review"
- "priority:normal"
"file_type": "pr-template"
---

# Bugfix Pull Request
Expand Down
12 changes: 8 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE/pr_chore.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
name: "Chore PR"
about: "Repo hygiene: configs, scripts, formatting — no behaviour change"
title: "chore: {scope}"
labels: ["type:chore", "status:needs-review", "priority:normal"]
"name": "Chore PR"
"about": "Repo hygiene: configs, scripts, formatting — no behaviour change"
"title": "chore: {scope}"
"labels":
- "type:chore"
- "status:needs-review"
- "priority:normal"
"file_type": "pr-template"
---

# Chore Pull Request
Expand Down
12 changes: 8 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE/pr_ci.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
name: "Build/CI PR"
about: "Pipelines, linting, packaging, or release automation"
title: "build(ci): {short summary}"
labels: ["type:chore", "status:needs-review", "area:ci"]
"name": "Build/CI PR"
"about": "Pipelines, linting, packaging, or release automation"
"title": "build(ci): {short summary}"
"labels":
- "type:chore"
- "status:needs-review"
- "area:ci"
"file_type": "pr-template"
---

# Build/CI Pull Request
Expand Down
12 changes: 8 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE/pr_dep_update.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
name: "Dependencies/Maintenance PR"
about: "Routine upkeep: dependency bumps, lint/format, low-risk hygiene"
title: "chore(deps): {packages}"
labels: ["type:chore", "status:needs-review", "area:dependencies"]
"name": "Dependencies/Maintenance PR"
"about": "Routine upkeep: dependency bumps, lint/format, low-risk hygiene"
"title": "chore(deps): {packages}"
"labels":
- "type:chore"
- "status:needs-review"
- "area:dependencies"
"file_type": "pr-template"
---

# Dependencies / Maintenance Pull Request
Expand Down
13 changes: 9 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE/pr_docs.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
---
name: "Docs-only PR"
about: "Documentation updates: READMEs, guides, contributor docs"
title: "docs: {short summary}"
labels: ["type:documentation", "status:needs-review", "lang:md", "area:documentation"]
"name": "Docs-only PR"
"about": "Documentation updates: READMEs, guides, contributor docs"
"title": "docs: {short summary}"
"labels":
- "type:documentation"
- "status:needs-review"
- "lang:md"
- "area:documentation"
"file_type": "pr-template"
---

# Documentation Pull Request
Expand Down
13 changes: 7 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE/pr_feature.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---

name: "Feature PR"
about: "New features or enhancements"
title: "feat: {short summary}"
labels: ["status:needs-review", "area:feature"]

"name": "Feature PR"
"about": "New features or enhancements"
"title": "feat: {short summary}"
"labels":
- "status:needs-review"
- "area:feature"
"file_type": "pr-template"
---

# Feature Pull Request
Expand Down
14 changes: 10 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE/pr_hotfix.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
---
name: "Hotfix PR"
about: "Critical fixes for production issues"
title: "fix: {short summary}"
labels: ["type:bug", "status:needs-review", "area:hotfix", "priority:critical", "release:hotfix"]
"name": "Hotfix PR"
"about": "Critical fixes for production issues"
"title": "fix: {short summary}"
"labels":
- "type:bug"
- "status:needs-review"
- "area:hotfix"
- "priority:critical"
- "release:hotfix"
"file_type": "pr-template"
---

# Hotfix Pull Request
Expand Down
11 changes: 7 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE/pr_refactor.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
name: "Refactor PR"
about: "Internal code improvement; no external behaviour change"
title: "refactor: {scope}"
labels: ["type:refactor", "status:needs-review"]
"name": "Refactor PR"
"about": "Internal code improvement; no external behaviour change"
"title": "refactor: {scope}"
"labels":
- "type:refactor"
- "status:needs-review"
"file_type": "pr-template"
---

# Refactor Pull Request
Expand Down
13 changes: 9 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE/pr_release.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
---
name: "Release PR"
about: "Release new features or enhancements"
title: "release: {short summary}"
labels: ["type:task", "status:needs-review", "area:release", "release:patch"]
"name": "Release PR"
"about": "Release new features or enhancements"
"title": "release: {short summary}"
"labels":
- "type:task"
- "status:needs-review"
- "area:release"
- "release:patch"
"file_type": "pr-template"
---

# Release Pull Request
Expand Down
15 changes: 10 additions & 5 deletions .github/SAVED_REPLIES/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
description: "Organized saved replies for consistent GitHub interactions across LightSpeedWP"
version: "v1.0"
last_updated: "2025-10-24"
maintainer: "LightSpeed Engineering"
tags: ["saved-replies", "communication", "automation", "community"]
"description": "Organized saved replies for consistent GitHub interactions across LightSpeedWP"
"version": "v1.0"
"last_updated": "2025-10-24"
"maintainer": "LightSpeed Engineering"
"tags":
- "saved-replies"
- "communication"
- "automation"
- "community"
"file_type": "saved-reply"
---

# 💬 Saved Replies Directory
Expand Down
15 changes: 8 additions & 7 deletions .github/SAVED_REPLIES/community/code-of-conduct.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: "Code of Conduct Saved Reply"
description: "Professional response to conduct-related issues."
category: "Community"
labels:
- area:community
- status:needs-triage
references:
"title": "Code of Conduct Saved Reply"
"description": "Professional response to conduct-related issues."
"category": "Community"
"labels":
- "area:community"
- "status:needs-triage"
"references":
- "../../CODE_OF_CONDUCT.md"
"file_type": "saved-reply"
---

# Code of Conduct Saved Reply
Expand Down
7 changes: 4 additions & 3 deletions .github/SAVED_REPLIES/community/contribution-thanks.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Thank You for Your Contribution Saved Reply"
description: "Thank contributors for their PR/issue and encourage further participation."
category: "Community"
"title": "Thank You for Your Contribution Saved Reply"
"description": "Thank contributors for their PR/issue and encourage further participation."
"category": "Community"
"file_type": "saved-reply"
---

# Thank You for Your Contribution Saved Reply
Expand Down
15 changes: 8 additions & 7 deletions .github/SAVED_REPLIES/community/guidelines.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
title: "Contribution Guidelines Saved Reply"
description: "Directing contributors to proper procedures and standards."
category: "Community"
labels:
- area:contributing
- status:needs-triage
references:
"title": "Contribution Guidelines Saved Reply"
"description": "Directing contributors to proper procedures and standards."
"category": "Community"
"labels":
- "area:contributing"
- "status:needs-triage"
"references":
- "../../CONTRIBUTING.md"
- "../../custom-instructions.md"
- "../../CODE_OF_CONDUCT.md"
- "../../instructions/coding-standards.instructions.md"
"file_type": "saved-reply"
---

# Contribution Guidelines Saved Reply
Expand Down
Loading
Loading