ipex-llm/.github/ISSUE_TEMPLATE/🐛bug-report.md
2025-03-11 08:54:15 +08:00

29 lines
687 B
Markdown

---
name: "\U0001F41BBug report"
about: Report a bug or error
title: ''
labels: user issue
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug or error is.
**How to reproduce**
Steps to reproduce the error:
1. ...
2. ...
3. ...
4. ...
**Screenshots**
If applicable, add screenshots to help explain the problem
**Environment information**
If possible, please attach the output of the environment check script, using:
- https://github.com/intel/ipex-llm/blob/main/python/llm/scripts/env-check.bat, or
- https://github.com/intel/ipex-llm/blob/main/python/llm/scripts/env-check.sh
**Additional context**
Add any other context about the problem here.