1
1
---
2
2
name : Open an issue
3
- about : Only for actionable issues relevant to this repository.
3
+ about : For reporting bugs or errors in the JavaScript IPFS implementation
4
4
title : ' '
5
5
labels : need/triage
6
6
assignees : ' '
7
-
8
7
---
8
+
9
9
<!--
10
10
Thank you for reporting an issue.
11
11
@@ -14,24 +14,24 @@ This issue tracker is for bugs found within the JavaScript implementation of IPF
14
14
If you are asking a question about how to use IPFS, please ask on https://discuss.ipfs.io
15
15
16
16
Otherwise please fill in as much of the template below as possible.
17
-
18
- Version: output of `jsipfs version --all` if using the CLI or `ipfs.version((err, version) => {})` if using the instance.
19
-
20
- Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows). If using in a Browser, please share the browser version as well.
21
-
22
- Subsystem: if known, please specify affected core module name (e.g Bitswap, libp2p, etc).
23
-
24
- If possible, please provide code that demonstrates the problem, keeping it as
25
- simple and free of external dependencies as you are able.
26
17
-->
27
18
28
19
- ** Version** :
20
+ <!--
21
+ Output of `jsipfs version --all` if using the CLI or `await ipfs.version()` if using the instance
22
+ -->
23
+
29
24
- ** Platform** :
30
- - ** Subsystem** :
25
+ <!--
26
+ Output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows). If using in a Browser, please share the browser version as well
27
+ -->
31
28
32
- <!-- Bug, Feature, Question, Enhancement, Etc -->
33
- #### Type:
29
+ - ** Subsystem** :
30
+ <!--
31
+ If known, please specify affected core module name (e.g Bitswap, libp2p, etc)
32
+ -->
34
33
34
+ #### Severity:
35
35
<!--
36
36
One of following:
37
37
Critical - System crash, application panic.
@@ -40,15 +40,16 @@ One of following:
40
40
Low - An optional functionality does not work.
41
41
Very Low - Translation or documentation mistake. Something that won't give anyone a bad day.
42
42
-->
43
- #### Severity:
44
43
45
44
#### Description:
45
+ <!--
46
+ - What you did
47
+ - What happened
48
+ - What you expected to happen
49
+ -->
46
50
47
51
#### Steps to reproduce the error:
48
-
49
52
<!--
50
- This is for you! Please read, and then delete this text before posting it.
51
- The js-ipfs issues are only for bug reports and directly actionable features.
52
-
53
- Read https://github.com/ipfs/community/blob/master/CONTRIBUTING.md#reporting-issues if your issue doesn't fit either of those categories.
53
+ If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you are able
54
54
-->
55
+
0 commit comments