From 3815a1fcbea7eef61c4e84864f6badc17aab66b6 Mon Sep 17 00:00:00 2001 From: whisper0924 <2968279717@qq.com> Date: Sun, 14 Dec 2025 20:55:24 +0800 Subject: [PATCH] Create Bug Report.md --- .github/ISSUE_TEMPLATE/Bug Report.md | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 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 0000000..9f6a6b8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug Report.md @@ -0,0 +1,30 @@ +--- +name: Bug Report +about: Create a report to help us improve +title: '[BUG] ' +labels: bug +assignees: '' +--- + +## Describe the Bug +A clear and concise description of what the bug is. + +## Steps to Reproduce +1. Go to '...' +2. 2. Click on '...' + 3. 3. Scroll down to '...' + 4. 4. See error + + 5. ## Expected Behavior + 6. A clear and concise description of what you expected to happen. + + 7. ## Screenshots + 8. If applicable, add screenshots to help explain your problem. + + 9. ## Environment + 10. - OS: [e.g. Windows 10, macOS] + - - Browser: [e.g. Chrome, Safari] + - - Version: [e.g. 22] + + - ## Additional Context + - Add any other context about the problem here.