mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-10 18:25:17 +00:00
21 lines
585 B
Markdown
21 lines
585 B
Markdown
|
---
|
||
|
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>
|