ceremonyclient/go-libp2p/.github/ISSUE_TEMPLATE/bug-report.md

21 lines
585 B
Markdown
Raw Normal View History

2023-08-21 03:50:38 +00:00
---
name: 'Bug Report'
about: 'Report a bug in go-libp2p.'
labels: bug
---
<!-- This is where you get to tell us what went wrong. When doing so, please make sure to include *all* relevant information.
Please try to include:
* What you were doing when you experienced the bug.
* Any error messages you saw, *where* you saw them, and what you believe may have caused them (if you have any ideas).
* When possible, steps to reliably produce the bug.
-->
<details>
<summary>Version Information</summary>
<pre>
<!-- Insert the output of `go list -m all` HERE -->
</pre>
</details>