27 lines
722 B
Markdown
27 lines
722 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: 'bug'
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
<!-- A clear and concise description of what the bug is. -->
|
|
|
|
**To Reproduce**
|
|
<!-- Steps or code to reproduce the behavior. -->
|
|
|
|
**Expected behavior**
|
|
<!-- A clear and concise description of what you expected to happen. -->
|
|
|
|
**Build environment**
|
|
- BDK tag/commit: <!-- e.g. v0.13.0, 3a07614 -->
|
|
- OS+version: <!-- e.g. ubuntu 20.04.01, macOS 12.0.1, windows -->
|
|
- Rust/Cargo version: <!-- e.g. 1.56.0 -->
|
|
- Rust/Cargo target: <!-- e.g. x86_64-apple-darwin, x86_64-unknown-linux-gnu, etc. -->
|
|
|
|
**Additional context**
|
|
<!-- Add any other context about the problem here. -->
|