[Fix #383] issue templates (#465)

This commit is contained in:
Danny M
2026-03-07 16:51:37 +01:00
committed by GitHub
parent 38ccfbd428
commit 7a886f06cf
4 changed files with 74 additions and 0 deletions
+31
View File
@@ -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:
+1
View File
@@ -0,0 +1 @@
blank_issues_enabled: false
+23
View File
@@ -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.
+19
View File
@@ -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.