From e9b01010954624aed738cd6e4b82fccbba195cc4 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Thu, 7 May 2026 09:01:15 -0500 Subject: [PATCH] ci(template): bug in getting the template to work correctly --- .gitea/ISSUE_TEMPLATE/bug_report.md | 66 ++++++++++++++++++++++++ .gitea/ISSUE_TEMPLATE/config.yaml | 0 .gitea/ISSUE_TEMPLATE/enhancement.md | 5 +- .gitea/ISSUE_TEMPLATE/feature_request.md | 40 ++++++++++++++ 4 files changed, 110 insertions(+), 1 deletion(-) create mode 100644 .gitea/ISSUE_TEMPLATE/config.yaml diff --git a/.gitea/ISSUE_TEMPLATE/bug_report.md b/.gitea/ISSUE_TEMPLATE/bug_report.md index e69de29..27a8ca0 100644 --- a/.gitea/ISSUE_TEMPLATE/bug_report.md +++ b/.gitea/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,66 @@ +--- +name: Bug Report +about: Report something that is broken or not working correctly +title: "[BUG] " +ref: "main" +labels: + +- bug + +--- + +# Summary + +Briefly explain the issue. + +--- + +# Steps To Reproduce + +1. Go to ... +2. Click ... +3. Scan ... +4. Error occurs ... + +--- + +# Expected Behavior + +What should have happened? + +--- + +# Actual Behavior + +What actually happened instead? + +--- + +# Severity + +- [ ] Low +- [ ] Medium +- [ ] High +- [ ] Critical + +--- + +# Environment + +Example: + +- Production +- Development +- Zebra Scanner +- Mobile Device +- Windows Server +- Docker + +--- + +# Logs / Screenshots + +Paste logs or upload screenshots here. + +```txt +Paste logs here \ No newline at end of file diff --git a/.gitea/ISSUE_TEMPLATE/config.yaml b/.gitea/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..e69de29 diff --git a/.gitea/ISSUE_TEMPLATE/enhancement.md b/.gitea/ISSUE_TEMPLATE/enhancement.md index 5fa727d..65b2ca0 100644 --- a/.gitea/ISSUE_TEMPLATE/enhancement.md +++ b/.gitea/ISSUE_TEMPLATE/enhancement.md @@ -2,7 +2,10 @@ name: Enhancement about: Improve or refine an existing feature title: "[ENHANCEMENT] " -labels: enhancement +ref: "main" +labels: + +- enhancement --- # Existing Feature diff --git a/.gitea/ISSUE_TEMPLATE/feature_request.md b/.gitea/ISSUE_TEMPLATE/feature_request.md index e69de29..c2d8e1d 100644 --- a/.gitea/ISSUE_TEMPLATE/feature_request.md +++ b/.gitea/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,40 @@ +--- +name: Feature Request +about: Suggest a brand new feature or module +title: "[FEATURE] " +ref: "main" +labels: + +- feature +--- + +# Problem Statement + +What problem are you trying to solve? + +--- + +# Proposed Solution + +Describe the feature you would like added. + +--- + +# Alternatives Considered + +Any other ideas, workarounds, or approaches? + +--- + +# Priority + +- [ ] Nice to Have +- [ ] Medium Priority +- [ ] High Priority +- [ ] Critical + +--- + +# Additional Context + +Add mockups, screenshots, examples, or notes here. \ No newline at end of file