mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-14 06:32:33 +00:00
29 lines
No EOL
731 B
YAML
29 lines
No EOL
731 B
YAML
name: Bug report
|
|
description: Create a bug report
|
|
labels: ["bug"]
|
|
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Reproducer
|
|
description: Please provide the code and steps to reproduce the bug
|
|
value: |
|
|
I tried this code:
|
|
|
|
```rust
|
|
<code>
|
|
```
|
|
- type: textarea
|
|
attributes:
|
|
label: Summary
|
|
description: A clear and concise description of what the bug is
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected behavior
|
|
description: A clear and concise description of what you expected to happen
|
|
- type: textarea
|
|
attributes:
|
|
label: Assets
|
|
description: Provide sample files and/or screenshots if applicable |