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

Commit b8f7b1d

Browse files
committed
chore: update issue template
1 parent 33d11c4 commit b8f7b1d

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

.github/ISSUE_TEMPLATE/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ blank_issues_enabled: false
22
contact_links:
33
- name: Getting Help on IPFS
44
url: https://ipfs.io/help
5-
about: All information about how and where to get help on IPFS.
5+
about: All information about how and where to get help on IPFS
66
- name: IPFS Official Forum
77
url: https://discuss.ipfs.io
8-
about: Please post general questions, support requests, and discussions here.
8+
about: Please post general questions, support requests, and discussions here
+21-20
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
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
44
title: ''
55
labels: need/triage
66
assignees: ''
7-
87
---
8+
99
<!--
1010
Thank you for reporting an issue.
1111
@@ -14,24 +14,24 @@ This issue tracker is for bugs found within the JavaScript implementation of IPF
1414
If you are asking a question about how to use IPFS, please ask on https://discuss.ipfs.io
1515
1616
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.
2617
-->
2718

2819
- **Version**:
20+
<!--
21+
Output of `jsipfs version --all` if using the CLI or `await ipfs.version()` if using the instance
22+
-->
23+
2924
- **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+
-->
3128

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+
-->
3433

34+
#### Severity:
3535
<!--
3636
One of following:
3737
Critical - System crash, application panic.
@@ -40,15 +40,16 @@ One of following:
4040
Low - An optional functionality does not work.
4141
Very Low - Translation or documentation mistake. Something that won't give anyone a bad day.
4242
-->
43-
#### Severity:
4443

4544
#### Description:
45+
<!--
46+
- What you did
47+
- What happened
48+
- What you expected to happen
49+
-->
4650

4751
#### Steps to reproduce the error:
48-
4952
<!--
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
5454
-->
55+

0 commit comments

Comments
 (0)