Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit c05fee7

Browse files
committed
Move old issue template to new issue template
1 parent 8288d0d commit c05fee7

File tree

2 files changed

+49
-59
lines changed

2 files changed

+49
-59
lines changed
+49-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,55 @@
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+
910
<!--
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.
1118
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+
-->
1328

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**:
1532

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.
1753
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.
1955
-->

ISSUE_TEMPLATE.md

-46
This file was deleted.

0 commit comments

Comments
 (0)