forked from mirrors/kingfisher
51 lines
No EOL
1 KiB
Markdown
51 lines
No EOL
1 KiB
Markdown
---
|
||
name: "🐛 Bug report"
|
||
about: "Something isn’t working as expected"
|
||
title: "[BUG] <short description>"
|
||
labels: [bug]
|
||
assignees: ''
|
||
---
|
||
|
||
### 📋 Checklist
|
||
|
||
- [ ] I’m running **the latest `main` or a recent release**.
|
||
- [ ] I’ve searched existing issues and **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> |