|
1 |
| ---- |
2 |
| -name: Open an issue |
3 |
| -about: Only for actionable issues relevant to this repository. |
4 |
| -title: '' |
5 |
| -labels: need/triage |
6 |
| -assignees: '' |
7 |
| - |
8 |
| ---- |
| 1 | +---- |
| 2 | +-name: Open an issue |
| 3 | +-about: Only for actionable issues relevant to this repository. |
| 4 | +-title: '' |
| 5 | +-labels: need/triage |
| 6 | +-assignees: '' |
| 7 | +- |
| 8 | +---- |
| 9 | + |
9 | 10 | <!--
|
10 |
| -Hello! To ensure this issue is correctly addressed as soon as possible by the IPFS team, please try to make sure: |
| 11 | +Thank you for reporting an issue. |
| 12 | +
|
| 13 | +This issue tracker is for bugs found within the JavaScript implementation of IPFS. |
| 14 | +
|
| 15 | +If you are asking a question about how to use IPFS, please ask on https://discuss.ipfs.io |
| 16 | +
|
| 17 | +Otherwise please fill in as much of the template below as possible. |
11 | 18 |
|
12 |
| -- This issue is relevant to this repository's topic or codebase. |
| 19 | +Version: output of `jsipfs version --all` if using the CLI or `ipfs.version((err, version) => {})` if using the instance. |
| 20 | +
|
| 21 | +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. |
| 22 | +
|
| 23 | +Subsystem: if known, please specify affected core module name (e.g Bitswap, libp2p, etc). |
| 24 | +
|
| 25 | +If possible, please provide code that demonstrates the problem, keeping it as |
| 26 | +simple and free of external dependencies as you are able. |
| 27 | +--> |
13 | 28 |
|
14 |
| -- A clear description is provided. It should includes as much relevant information as possible and clear scope for the issue to be actionable. |
| 29 | +- **Version**: |
| 30 | +- **Platform**: |
| 31 | +- **Subsystem**: |
15 | 32 |
|
16 |
| -FOR GENERAL DISCUSSION, HELP OR QUESTIONS, please see the options at https://ipfs.io/help or head directly to https://discuss.ipfs.io. |
| 33 | +<!-- Bug, Feature, Question, Enhancement, Etc --> |
| 34 | +#### Type: |
| 35 | + |
| 36 | +<!-- |
| 37 | +One of following: |
| 38 | + Critical - System crash, application panic. |
| 39 | + High - The main functionality of the application does not work, API breakage, repo format breakage, etc. |
| 40 | + Medium - A non-essential functionality does not work, performance issues, etc. |
| 41 | + Low - An optional functionality does not work. |
| 42 | + Very Low - Translation or documentation mistake. Something that won't give anyone a bad day. |
| 43 | +--> |
| 44 | +#### Severity: |
| 45 | + |
| 46 | +#### Description: |
| 47 | + |
| 48 | +#### Steps to reproduce the error: |
| 49 | + |
| 50 | +<!-- |
| 51 | +This is for you! Please read, and then delete this text before posting it. |
| 52 | +The js-ipfs issues are only for bug reports and directly actionable features. |
17 | 53 |
|
18 |
| -(you can delete this section after reading) |
| 54 | +Read https://github.com/ipfs/community/blob/master/CONTRIBUTING.md#reporting-issues if your issue doesn't fit either of those categories. |
19 | 55 | -->
|
0 commit comments