From 692b85310145a04c1dc2ca67828c20bf352cd807 Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:36:53 +0800 Subject: [PATCH] Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e69de29..54a9fa8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug Report +about: Report a bug in the project +title: "[BUG] " +labels: bug +assignees: "" +--- + +**Version Information** + +- elevator-py version: [e.g. v0.0.5] +- Python version: [e.g. 3.11] + +**Bug Description** +A clear and concise description of the bug + +**Steps to Reproduce** + +1. +2. +3. + +**Expected Behavior** +What you expected to happen + +**Actual Behavior** +What actually happened + +**Additional Context (Optional)** +Any other information that might help, such as error logs, screenshots, etc.