Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 82 additions & 27 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,96 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] "
labels: bug
name: Bug Report
about: Report a defect to help us improve reliability and performance
title: "[BUG]: "
labels: ["bug", "needs-triage"]
assignees: ''
---

## 🐞 Summary
Provide a concise, high-level description of the issue.

---

**Describe the bug**
A clear and concise description of what the bug is.
## 📊 Impact
- **Severity:** (Critical / High / Medium / Low)
- **Frequency:** (Always / Often / Intermittent / Rare)
- **User Impact:** (e.g. crash, data loss, UI glitch, performance degradation)

---

## 🧭 Environment
Provide complete environment details:
- **App Version:** (e.g. 1.2.3)
- **Release Channel:** (Stable / RC / Beta / Nightly)
- **OS & Version:** (e.g. Windows 11 23H2, Ubuntu 24.04)
- **CPU:**
- **RAM:**
- **GPU(s):**
- **Driver Version(s):** (e.g. NVIDIA 555.xx)
- **Installation Type:** (Clean install / Upgrade / Portable / Containerized)

---

**To Reproduce**
Steps to reproduce the behavior:
## 🔁 Steps to Reproduce
Provide a minimal, deterministic reproduction flow:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
2. Click on '...'
3. Perform '...'
4. Observe the issue

> ⚠️ If reproduction is inconsistent, describe known patterns or conditions.

---

## ✅ Expected Result
Describe the correct or intended behavior.

---

**Expected behavior**
A clear and concise description of what you expected to happen.
## ❌ Actual Result
Describe what actually happens.

**Screenshots**
If applicable, add screenshots to help explain your problem.
---

## 📸 Evidence
Attach relevant artifacts:
- Screenshots
- Screen recordings
- Crash dialogs

**Version affected (please complete the following information):**
- Version number [e.g. 0.4.5.5]
- RC or STABLE?
---

**NVIDIA driver version**
Which one do you use?
## 📂 Logs & Diagnostics
Provide diagnostic data:
- Enable debug/verbose logging
- Reproduce the issue
- Attach logs as `.zip`

**Hardware**
Describe GPUs used and how are GPUs connected to the motherboard.
CPU?
Optional but helpful:
- Stack traces
- Crash dumps
- Profiling data

**Logs**
Activate logging first, then record event - bug - then export logs into a .zip file and attach it when submitting this issue.
---

## 🧪 Regression?
- **Is this a regression?** (Yes / No / Unknown)
- **Last Known Working Version:**

---

## 🔍 Workarounds
List any known temporary fixes or mitigations.

---

## 🧩 Additional Context
Include any other relevant details (config changes, plugins, network conditions, etc.).

---

**Additional context**
Add any other context about the problem here.
## ✅ Pre-Submission Checklist
- [ ] I have searched for existing issues
- [ ] I have provided reproducible steps
- [ ] I have included logs or diagnostic data
- [ ] I have filled in environment details