name: Bug Report
description: Report a bug or unexpected behavior
labels: ["bug"]
body:
- type: textarea
id: description
attributes:
label: Description
description: What happened?
placeholder: Describe the issue
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Steps to Reproduce
placeholder: |
1. Load diff with `load_diff("path/to/file.diff")`
2. Run `list_chunks()`
3. See error
- type: textarea
id: environment
attributes:
label: Environment
placeholder: OS, Python version, diffchunk version, etc.
- type: textarea
id: additional
attributes:
label: Additional Context
description: Screenshots, logs, or other relevant information