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.