kingfisher/.github/ISSUE_TEMPLATE/bug_report.md
2025-06-24 17:17:16 -07:00

51 lines
No EOL
1 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: "🐛 Bug report"
about: "Something isnt working as expected"
title: "[BUG] <short description>"
labels: [bug]
assignees: ''
---
### 📋 Checklist
- [ ] Im running **the latest `main` or a recent release**.
- [ ] Ive searched existing issuesand **no open issue covers this bug**.
- [ ] If this is a build problem, I attached the **full error log**.
---
### What version?
`kingfisher --version` output
### 🐞 What happened?
_A clear and concise description of what went wrong._
### ✅ What did you expect to happen?
_What *should* have happened?_
### 🔢 Reproduction steps
1.
2.
3.
### 💻 Environment
| Item | Value |
| --------------- | ----- |
| OS / Distro | `<!-- e.g. Windows 11 22H2 / Ubuntu 24.04 → arm64 -->` |
| Rust toolchain | `rustc --version` → |
| kingfisher ver. | `<!-- kingfisher --version OR git rev-parse HEAD OR release tag -->` |
### 📎 Log / stack trace
<details>
<summary>Click to expand</summary>
```text
# Paste or drag-and-drop here
```
</details>