@@ -0,0 +1,31 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Report a reproducible bug or regression
|
||||
title: "[Bug]: "
|
||||
labels: ["bug"]
|
||||
assignees: []
|
||||
---
|
||||
|
||||
## Summary
|
||||
|
||||
Describe the bug clearly and concisely.
|
||||
|
||||
## Steps to reproduce
|
||||
|
||||
1. Go to ...
|
||||
2. Click on ...
|
||||
3. Observe ...
|
||||
|
||||
## Expected behavior
|
||||
|
||||
Describe what you expected to happen.
|
||||
|
||||
## Actual behavior
|
||||
|
||||
Describe what actually happened.
|
||||
|
||||
## Environment
|
||||
|
||||
- App version:
|
||||
- OS/device:
|
||||
- Additional context:
|
||||
@@ -0,0 +1 @@
|
||||
blank_issues_enabled: false
|
||||
@@ -0,0 +1,23 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea or enhancement
|
||||
title: "[Feature]: "
|
||||
labels: ["enhancement"]
|
||||
assignees: []
|
||||
---
|
||||
|
||||
## Problem
|
||||
|
||||
Describe the problem or pain point this request addresses.
|
||||
|
||||
## Proposed solution
|
||||
|
||||
Describe the desired behavior or feature.
|
||||
|
||||
## Alternatives considered
|
||||
|
||||
Describe any alternative solutions or features you considered.
|
||||
|
||||
## Additional context
|
||||
|
||||
Add any extra context, mockups, or examples here.
|
||||
@@ -0,0 +1,19 @@
|
||||
---
|
||||
name: Other
|
||||
about: Ask a question or open another type of issue
|
||||
title: "[Other]: "
|
||||
labels: ["question"]
|
||||
assignees: []
|
||||
---
|
||||
|
||||
## Context
|
||||
|
||||
Describe what this issue is about.
|
||||
|
||||
## Details
|
||||
|
||||
Share any relevant details, links, logs, or screenshots.
|
||||
|
||||
## Outcome
|
||||
|
||||
Describe what kind of answer, clarification, or next step you are looking for.
|
||||
Reference in New Issue
Block a user