ISSUE_TEMPLATE.md 1.43 KB
Newer Older
1
<!--
2 3 4 5 6 7 8 9 10 11 12 13 14
Welcome to the go-ipfs bug tracker. This is for you! Please read, and then delete this text before posting it.

If you haven't yet searched the issue tracker for an existing report concerning your issue, please do so now.

The go-ipfs issues are only for bug reports and directly actionable feature requests. Read https://github.com/ipfs/community/blob/master/contributing.md#reporting-issues if your issue doesn't fit either of those categories.

If you have a *SUPPORT QUESTION*, please direct it to our forum at https://discuss.ipfs.io.

Read https://github.com/ipfs/go-ipfs/blob/master/docs/github-issue-guide.md if you are not sure how to fill in this issue.
-->

#### Version information:
<!--
15 16 17 18 19
Output From `ipfs version --all`

If your version is older than *0.4.11* please update
and re-check if the problem persists.
-->
Christian Couder's avatar
Christian Couder committed
20

21
#### Type:
22
<!-- Bug, Feature, Enhancement, Etc -->
Christian Couder's avatar
Christian Couder committed
23

24
#### Description:
25
<!--
Dominic Della Valle's avatar
Dominic Della Valle committed
26
This is where you get to tell us what went wrong or what feature you need. When doing so, please make sure to include *all* relevant information.
Christian Couder's avatar
Christian Couder committed
27

28
When requesting a feature, please be sure to include:
Christian Couder's avatar
Christian Couder committed
29

30 31
* Your motivation. Why do you need the feature?
* How the feature should work.
Christian Couder's avatar
Christian Couder committed
32

33
When reporting a bug, please try to include:
Christian Couder's avatar
Christian Couder committed
34

35 36 37
* 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.
38
-->