mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-04-30 12:07:10 -05:00
27 lines
560 B
Markdown
27 lines
560 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a reproducible bug.
|
|
title: "Bug: "
|
|
labels: "bug"
|
|
---
|
|
|
|
**Describe the bug:**
|
|
|
|
Describe the bug or behavior to the best of your ability.
|
|
|
|
**Steps needed to reproduce:**
|
|
|
|
Describe what you were doing when the bug occurred.
|
|
|
|
**Expected behavior:**
|
|
|
|
Describe what you expected to happen.
|
|
|
|
**What happens instead:**
|
|
|
|
Describe what happened instead.
|
|
|
|
**Log file output:**
|
|
|
|
Check `sdmc:/config/JKSV/JKSV.log` for any meaningful output that may be useful in diagnosing the bug in question. The last lines should be the most valuable.
|