From 241f97f77b1f696b318e2576a47bc1d6631960b7 Mon Sep 17 00:00:00 2001 From: overspend1 Date: Sun, 21 Dec 2025 17:14:44 +0100 Subject: [PATCH] Add issue templates --- .gitea/ISSUE_TEMPLATE/bug_report.md | 27 ++++++++++++++++++++++++ .gitea/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/bug_report.md create mode 100644 .gitea/ISSUE_TEMPLATE/feature_request.md diff --git a/.gitea/ISSUE_TEMPLATE/bug_report.md b/.gitea/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..2348a72 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug Report +about: Report a bug +labels: bug +--- + +## Bug Description + + +## Steps to Reproduce +1. +2. +3. + +## Expected Behavior + + +## Actual Behavior + + +## Version Information +- OverUB Version: +- Python Version: +- OS: + +## Additional Context + diff --git a/.gitea/ISSUE_TEMPLATE/feature_request.md b/.gitea/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..0cba410 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature Request +about: Suggest a new feature +labels: enhancement +--- + +## Feature Description + + +## Use Case + + +## Proposed Solution + + +## Alternatives Considered +