name: Bug Report
description: Report a bug with the package
labels: ["bug"]
body:
- type: textarea
id: description
attributes:
label: Description
description: A clear description of the bug.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: How can we reproduce this issue?
placeholder: |
1. Configure the package with...
2. Call the method...
3. Observe the error...
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: What did you expect to happen?
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual behavior
description: What actually happened? Include error messages or stack traces if applicable.
validations:
required: true
- type: input
id: package-version
attributes:
label: Package version
placeholder: "0.1.0"
validations:
required: true
- type: input
id: php-version
attributes:
label: PHP version
placeholder: "8.4"
validations:
required: true
- type: input
id: laravel-version
attributes:
label: Laravel version
placeholder: "12.0"
validations:
required: true
- type: dropdown
id: os
attributes:
label: Operating system
multiple: true
options:
- macOS
- Windows
- Linux
validations:
required: true
- type: textarea
id: notes
attributes:
label: Additional context
description: Any other context, screenshots, or details about the problem.
|