You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/enhancement.yml
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
name: Enhancement
2
-
description: Suggest an improvement to an existing go-ipfs feature.
2
+
description: Suggest an improvement to an existing kubo feature.
3
3
labels:
4
4
- kind/enhancement
5
5
body:
6
6
- type: markdown
7
7
attributes:
8
8
value: |
9
-
Suggest an enhancement to go-ipfs (the program). If you'd like to suggest an improvement to the IPFS protocol, please discuss it on [the forum](https://discuss.ipfs.io).
9
+
Suggest an enhancement to Kubo (the program). If you'd like to suggest an improvement to the IPFS protocol, please discuss it on [the forum](https://discuss.ipfs.io).
10
10
11
11
Issues in this repo must be specific, actionable, and well motivated. They should be starting points for _building_ new features, not brainstorming ideas.
12
12
13
13
If you have an idea you'd like to discuss, please open a new thread on [the forum](https://discuss.ipfs.io).
14
14
15
15
**Example:**
16
16
17
-
> Reduce memory usage of `ipfs cat` (specific) by buffering less in ... (actionable). This would let me run go-ipfs on my Raspberry Pi (motivated).
17
+
> Reduce memory usage of `ipfs cat` (specific) by buffering less in ... (actionable). This would let me run Kubo on my Raspberry Pi (motivated).
18
18
- type: checkboxes
19
19
attributes:
20
20
label: Checklist
@@ -24,7 +24,7 @@ body:
24
24
required: true
25
25
- label: I am not suggesting a protocol enhancement.
26
26
required: true
27
-
- label: I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3Aissue) for my issue.
27
+
- label: I have searched on the [issue tracker](https://github.com/ipfs/kubo/issues?q=is%3Aissue) for my issue.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
name: Feature
2
-
description: Suggest a new feature in go-ipfs.
2
+
description: Suggest a new feature in Kubo.
3
3
labels:
4
4
- kind/feature
5
5
body:
6
6
- type: markdown
7
7
attributes:
8
8
value: |
9
-
Suggest a new feature in go-ipfs (the program). If you'd like to suggest an improvement to the IPFS protocol, please discuss it on [the forum](https://discuss.ipfs.io).
9
+
Suggest a new feature in Kubo (the program). If you'd like to suggest an improvement to the IPFS protocol, please discuss it on [the forum](https://discuss.ipfs.io).
10
10
11
11
Issues in this repo must be specific, actionable, and well motivated. They should be starting points for _building_ new features, not brainstorming ideas.
12
12
@@ -25,7 +25,7 @@ body:
25
25
required: true
26
26
- label: I am not suggesting a protocol enhancement.
27
27
required: true
28
-
- label: I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3Aissue) for my issue.
28
+
- label: I have searched on the [issue tracker](https://github.com/ipfs/kubo/issues?q=is%3Aissue) for my issue.
0 commit comments