ci(templates): added in templates for the repo to make it more easy to manage and add in new ideas
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 1m24s

This commit is contained in:
2026-05-07 08:50:06 -05:00
parent edb3668548
commit ca885fb01a
3 changed files with 44 additions and 0 deletions

View File

View File

@@ -0,0 +1,44 @@
---
name: Enhancement
about: Improve or refine an existing feature
title: "[ENHANCEMENT] "
labels: enhancement
---
# Existing Feature
What current feature or workflow is being improved?
Example:
- Notifications
- Scanner Login
- Release Monitor
- Printing
- Auth
---
# Proposed Improvement
Describe the improvement.
---
# Expected Benefit
Why would this improvement help?
---
# Impact
- [ ] Small
- [ ] Medium
- [ ] Large
---
# Additional Notes
Anything else worth mentioning.

View File