ethers-rs/.github/ISSUE_TEMPLATE/bug_report.md

36 lines
699 B
Markdown
Raw Normal View History

2020-06-15 14:43:32 +00:00
---
name: Bug report
about: Create a report to help us improve
2022-09-28 18:58:26 +00:00
title: ""
2020-06-15 14:43:32 +00:00
labels: bug
2022-09-28 18:58:26 +00:00
assignees: ""
2020-06-15 14:43:32 +00:00
---
**Version**
List the versions of all `ethers-rs` crates you are using. The easiest way to get
this information is using `cargo-tree`.
`cargo install cargo-tree`
(see install here: https://github.com/sfackler/cargo-tree)
Then:
`cargo tree | grep ethers`
**Platform**
The output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
**Description**
Enter your issue details here.
One way to structure the description:
[short summary of the bug]
I tried this code:
[code sample that causes the bug]
I expected to see this happen: [explanation]
Instead, this happened: [explanation]