Add issue templates

This commit is contained in:
2025-12-21 17:14:44 +01:00
parent 7d04fc2789
commit 241f97f77b
2 changed files with 44 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,17 @@
---
name: Feature Request
about: Suggest a new feature
labels: enhancement
---
## Feature Description
## Use Case
## Proposed Solution
## Alternatives Considered