kubo/.github/ISSUE_TEMPLATE/bug-report.md
Andrew Nesbitt 9b5fe58291 Fix automatic labels in issue templates
Label list should be a comma seperated string instead of a yaml array
2019-07-12 15:22:22 +01:00

22 lines
850 B
Markdown

---
name: 'Bug Report'
about: 'Report a bug in go-ipfs.'
labels: bug
---
#### Version information:
<!-- Output From `ipfs version --all`
Please check dist.ipfs.io for a newer version of go-ipfs and update if necessary. Report back if the problem persists.
If you can't run `ipfs version --all` or that command fails, include as much information as you can: IPFS version, computer architecture (e.g., Intel x86 64bit), operating system, etc. -->
#### Description:
<!-- 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.
-->