fix(app): type in the templates... they all looked the same
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 2m41s

This commit is contained in:
2026-05-27 21:08:02 -05:00
parent 69a9a81a88
commit 2a648f6306
9 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
---
name: Bug Report
name: Bug Report - Frontend
about: Report something that is broken or not working correctly
title: "[BUG - Frontend] "
ref: "main"

View File

@@ -1,5 +1,5 @@
---
name: Bug Report
name: Bug Report - Mobile
about: Report something that is broken or not working correctly
title: "[BUG - Mobile] "
ref: "main"

View File

@@ -1,5 +1,5 @@
---
name: Bug Report
name: Bug Report - Server
about: Report something that is broken or not working correctly
title: "[BUG - Server] "
ref: "main"

View File

@@ -1,5 +1,5 @@
---
name: Enhancement
name: Enhancement - Frontend
about: Improve or refine an existing feature
title: "[ENHANCEMENT - Frontend] "
ref: "main"

View File

@@ -1,5 +1,5 @@
---
name: Enhancement
name: Enhancement - Mobile
about: Improve or refine an existing feature
title: "[ENHANCEMENT - Mobile] "
ref: "main"

View File

@@ -1,5 +1,5 @@
---
name: Enhancement
name: Enhancement - Server
about: Improve or refine an existing feature
title: "[ENHANCEMENT - Server] "
ref: "main"

View File

@@ -1,5 +1,5 @@
---
name: Feature Request
name: Feature Request - Frontend
about: Suggest a brand new feature or module
title: "[FEATURE - Frontend] "
ref: "main"

View File

@@ -1,5 +1,5 @@
---
name: Feature Request
name: Feature Request - Mobile
about: Suggest a brand new feature or module
title: "[FEATURE - Mobile] "
ref: "main"

View File

@@ -1,5 +1,5 @@
---
name: Feature Request
name: Feature Request - Server
about: Suggest a brand new feature or module
title: "[FEATURE - Server] "
ref: "main"