---
name: Bug report
about: Create a report to help improve the project
title: ""
labels: bug
assignees: ""
---
Thank you for wanting to create an issue in this repository.
Before you do, please ensure you are filing the issue in the right place.
Issues should only be opened on if the issue **relates to code in this repository**.
# Steps to Reproduce
Write the steps to reproduce the issue you're seeing.
The easiest way to do this is to use the `writebuf` program:
```shell
cargo run --example writebuf -- --help
```
Use that program to recreate the issue, then paste the output into this report.
Describe how your expectation is different from the produced output.