diff --git a/.github/ISSUE_TEMPLATE/🐛bug-report.md b/.github/ISSUE_TEMPLATE/🐛bug-report.md new file mode 100644 index 00000000..29efef31 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/🐛bug-report.md @@ -0,0 +1,29 @@ +--- +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.