From d0e443e893b69a4728864f0acb7fe99ed6cd1dca Mon Sep 17 00:00:00 2001 From: Jason Dai Date: Tue, 11 Mar 2025 08:53:01 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/🐛bug-report.md | 29 ++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/🐛bug-report.md 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.