warlocks-stave/.github/ISSUE_TEMPLATE/bug_report.md

29 lines
347 B
Markdown

---
name: Bug Report
about: Report a compile error, runtime panic, or incorrect analysis result
title: "[BUG] "
labels: bug
---
**Environment:**
- OS:
- Rust version:
- Build target (native / cross-compile):
**Description:**
**Steps to reproduce:**
**Expected behavior:**
**Actual behavior:**
**Relevant log output:**
```
paste here
```