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 about: Report something that is broken or not working correctly
title: "[BUG - Frontend] " title: "[BUG - Frontend] "
ref: "main" 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 about: Report something that is broken or not working correctly
title: "[BUG - Mobile] " title: "[BUG - Mobile] "
ref: "main" 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 about: Report something that is broken or not working correctly
title: "[BUG - Server] " title: "[BUG - Server] "
ref: "main" ref: "main"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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