mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-01-09 02:38:44 +00:00
29 lines
731 B
YAML
29 lines
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
|