Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/01-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,30 @@ A clear and concise description of what the bug is.

## To Reproduce

author: "LightSpeedWP Team"
contributors:
- name: "Ash"
github: "ash"
- name: "LightSpeedWP"
github: "lightspeedwp"
date: "2025-09-17"
last_modified: "2025-09-17"
tags:
- bug
- wordpress
- report
- issue
- triage
categories:
- issue
- bug
- report
version: "1.0.0"
permalink: "/issue-template/bug-report"
license: "MIT"
related_links:
- "https://github.com/lightspeedwp/.github"
- "https://developer.wordpress.org/coding-standards/"
Steps to reproduce the behavior:

1. Go to '...'
Expand Down
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/02-enhancement.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,30 @@ A clear and concise description of the problem or opportunity you are trying to

## Describe the solution you'd like

author: "LightSpeedWP Team"
contributors:
- name: "Ash"
github: "ash"
- name: "LightSpeedWP"
github: "lightspeedwp"
date: "2025-09-17"
last_modified: "2025-09-17"
tags:
- enhancement
- feature
- wordpress
- request
- triage
categories:
- issue
- enhancement
- feature
version: "1.0.0"
permalink: "/issue-template/enhancement-request"
license: "MIT"
related_links:
- "https://github.com/lightspeedwp/.github"
- "https://developer.wordpress.org/coding-standards/"
A clear and concise description of what you want to happen. If possible, provide examples or references to similar features in other plugins/themes.

## Designs / Mockups
Expand Down
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/03-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,28 @@ Please provide as much detail as possible to help us assist you efficiently.

## Question Summary

author: "LightSpeedWP Team"
contributors:
- name: "Ash"
github: "ash"
- name: "LightSpeedWP"
github: "lightspeedwp"
date: "2025-09-17"
last_modified: "2025-09-17"
tags:
- help
- support
- question
- wordpress
categories:
- issue
- support
- question
version: "1.0.0"
permalink: "/issue-template/help"
license: "MIT"
related_links:
- "https://github.com/lightspeedwp/.github"
<!--
Clearly describe your question or the issue you are facing with WordPress and this project.
-->
Expand Down
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/04-feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,27 @@ A clear and concise description of the problem or opportunity you are trying to

## Describe the feature you'd like

author: "LightSpeedWP Team"
contributors:
- name: "Ash"
github: "ash"
- name: "LightSpeedWP"
github: "lightspeedwp"
date: "2025-09-17"
last_modified: "2025-09-17"
tags:
- feature
- request
- wordpress
- triage
categories:
- issue
- feature
version: "1.0.0"
permalink: "/issue-template/feature-request"
license: "MIT"
related_links:
- "https://github.com/lightspeedwp/.github"
A clear and concise description of what you want to happen. If possible, provide examples or references to similar features in other plugins/themes.

## Designs / Mockups
Expand Down
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/05-code-refactoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,28 @@ type: 'refactor'
- [ ] Admin interface
- [ ] Integrations
- [ ] Other:
author: "LightSpeedWP Team"
contributors:
- name: "Ash"
github: "ash"
- name: "LightSpeedWP"
github: "lightspeedwp"
date: "2025-09-17"
last_modified: "2025-09-17"
tags:
- refactor
- code quality
- review
- wordpress
categories:
- issue
- refactor
- review
version: "1.0.0"
permalink: "/issue-template/code-refactoring"
license: "MIT"
related_links:
- "https://github.com/lightspeedwp/.github"

## Is your code refactoring request related to a problem?

Expand Down
21 changes: 16 additions & 5 deletions .github/instructions/coding-standards.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ contributors:
github: "ashleyshaw"
- name: "LightSpeedWP"
github: "lightspeedwp"
version: "1.0.0"
- wordpress
- coding-standards
- php
- javascript
- css
- best-practices
- "https://github.com/lightspeedwp/.github"
- documentation
- instructions
- guides
tags:
- wordpress
- coding-standards
Expand All @@ -27,11 +38,11 @@ mode: "agent"

# Coding Standards Instructions

These guidelines apply to all WordPress projects maintained by LightSpeed.

## PHP
- Follow [WordPress PHP Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/php/)
- Use 4 spaces for indentation, no tabs
related_links:
- "https://developer.wordpress.org/coding-standards/wordpress-coding-standards/php/"
- "https://developer.wordpress.org/coding-standards/wordpress-coding-standards/javascript/"
- "https://developer.wordpress.org/coding-standards/wordpress-coding-standards/css/"
- "https://github.com/lightspeedwp/.github"
- Escape and sanitize all dynamic output
- Use meaningful, descriptive function and variable names
- Add inline documentation using phpdoc
Expand Down
14 changes: 8 additions & 6 deletions .github/instructions/html-template.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ contributors:
github: "ashleyshaw"
- name: "LightSpeedWP"
github: "lightspeedwp"
version: "1.0.0"
permalink: "/instructions/html-template"
license: "MIT"
tags:
- html
- template
Expand All @@ -25,17 +28,16 @@ permalink: "/instructions/html-template"
license: "MIT"
type: "instructions"
mode: "agent"
applyTo: "**/*.html"
---

# HTML Template Instructions

## Block Template Structure

- Use semantic HTML elements (header, main, footer, section, article).
- Maintain proper nesting and hierarchy of block elements.
- Follow progressive enhancement principles for markup.
- Keep templates modular and reusable where possible.
related_links:
- "https://developer.wordpress.org/themes/block-themes/templates/"
- "https://developer.wordpress.org/themes/block-themes/template-parts/"
- "https://developer.wordpress.org/block-editor/reference-guides/template-structure/"
- "https://github.com/lightspeedwp/.github"
- Test templates with both light and dark color schemes.

## Template Parts
Expand Down
10 changes: 6 additions & 4 deletions .github/instructions/pattern-development.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ contributors:
github: "ashleyshaw"
- name: "LightSpeedWP"
github: "lightspeedwp"
version: "1.0.0"
permalink: "/instructions/pattern-development"
tags:
- pattern
- wordpress
Expand All @@ -31,10 +33,10 @@ applyTo: "**/patterns/**/*.php"
# Block Pattern Development Instructions

## Pattern Structure

- Use descriptive comments to document each section of the pattern.
- Follow a logical structure with clear parent-child relationships.
- Group related blocks using the Group block where appropriate.
related_links:
- "https://developer.wordpress.org/themes/patterns/"
- "https://developer.wordpress.org/themes/patterns/starter-patterns/"
- "https://developer.wordpress.org/themes/patterns/usage-in-templates/"
- Use appropriate block variations based on content needs.
- Test pattern across different viewport sizes.

Expand Down
14 changes: 14 additions & 0 deletions .github/instructions/php-block.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@ categories:
- instructions
- guides
applyTo: "**/*.php"
excludePaths: ["vendor/**", "node_modules/**"]
version: "1.0.0"
author: "LightSpeed Team"
priority: "high"
createdAt: "2025-01-01"
updatedAt: "2023-06-15"
relatedLinks:
- description: "WordPress Coding Standards"
url: "https://developer.wordpress.org/coding-standards/wordpress-coding-standards/php/"
- description: "Block Pattern Documentation"
url: "https://developer.wordpress.org/block-editor/reference-guides/block-api/block-patterns/"
examples:
- "patterns/cta/newsletter.php"
- "inc/blocks/register-patterns.php"
---

# PHP Block & Theme Setup Instructions
Expand Down
Loading
Loading