Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.12 KB

File metadata and controls

62 lines (46 loc) · 1.12 KB
name Bug Report
about Report a bug or unexpected behavior
title [BUG]
labels bug
assignees

Bug Description

Summary: [Brief one-line description of the bug]

Expected Behavior: [What you expected to happen]

Actual Behavior: [What actually happened]

Reproduction Steps

  1. [First step]
  2. [Second step]
  3. [...]

Minimal Reproducible Example:

# Code that reproduces the issue

Environment

  • Package: [e.g., autobahn-python, crossbar, txaio]
  • Version: [e.g., 25.11.1]
  • Python Version: [e.g., CPython 3.12, PyPy 3.11]
  • Operating System: [e.g., Ubuntu 24.04, macOS 14, Windows 11]
  • Framework: [e.g., Twisted 24.7.0, asyncio]

Additional Context

Error Messages:

[Paste full error/traceback here]

Relevant Logs:

[Paste relevant log excerpts]

Screenshots: [If applicable, add screenshots]

Related Issues:

  • #XXX
  • #YYY

Checklist

  • I have searched existing issues to avoid duplicates
  • I have provided a minimal reproducible example
  • I have included version information
  • I have included error messages/logs