@cryptotaxi247 / kubo / commits / b3808a278

refactor: kubo in .github/ISSUE_TEMPLATE

Marcin Rataj committed Jul 6, 2022 at 21:36 UTC b3808a278c48b2374d4537318c6de0e3eb83a2db
5 files changed +21 -21
.github/ISSUE_TEMPLATE/bug-report.yml
+7 -7
@@ -1,5 +1,5 @@
1 name: Bug Report
2 -description: Report a bug in go-ipfs.
2 +description: Report a bug in Kubo.
3 labels:
4 - kind/bug
5 - need/triage
@@ -7,12 +7,12 @@ body:
7 - type: markdown
8 attributes:
9 value: |
10 - - Make sure you are running the [latest version of go-ipfs][releases] before reporting an issue.
11 - - If you have an enhancement or feature request for go-ipfs, please select [a different option][issues].
10 + - Make sure you are running the [latest version of Kubo][releases] before reporting an issue.
11 + - If you have an enhancement or feature request for Kubo, please select [a different option][issues].
12 - Please report possible security issues by email to security@ipfs.io
13
14 - [issues]: https://github.com/ipfs/go-ipfs/issues/new/choose
15 - [releases]: https://github.com/ipfs/go-ipfs/releases
14 + [issues]: https://github.com/ipfs/kubo/issues/new/choose
15 + [releases]: https://github.com/ipfs/kubo/releases
16 - type: checkboxes
17 attributes:
18 label: Checklist
@@ -20,9 +20,9 @@ body:
20 options:
21 - label: This is a bug report, not a question. Ask questions on [discuss.ipfs.io](https://discuss.ipfs.io).
22 required: true
23 - - label: I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3Aissue) for my bug.
23 + - label: I have searched on the [issue tracker](https://github.com/ipfs/kubo/issues?q=is%3Aissue) for my bug.
24 required: true
25 - - label: I am running the latest [go-ipfs version](https://dist.ipfs.io/#go-ipfs) or have an issue updating.
25 + - label: I am running the latest [kubo version](https://dist.ipfs.io/#kubo) or have an issue updating.
26 required: true
27 - type: dropdown
28 id: install
.github/ISSUE_TEMPLATE/config.yml
+5 -5
@@ -3,15 +3,15 @@ contact_links:
3 - name: Getting Help on IPFS
4 url: https://ipfs.io/help
5 about: All information about how and where to get help on IPFS.
6 - - name: Go-ipfs configuration reference
7 - url: https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#readme
6 + - name: Kubo configuration reference
7 + url: https://github.com/ipfs/kubo/blob/master/docs/config.md#readme
8 about: Documentation on the different configuration settings
9 - - name: Go-ipfs experimental features docs
10 - url: https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#readme
9 + - name: Kubo experimental features docs
10 + url: https://github.com/ipfs/kubo/blob/master/docs/experimental-features.md#readme
11 about: Documentation on Private Networks, Filestore and other experimental features.
12 - name: RPC API Reference
13 url: https://docs.ipfs.io/reference/http/api/
14 - about: Documentation of all go-ipfs RPC API endpoints.
14 + about: Documentation of all Kubo RPC API endpoints.
15 - name: IPFS Official Forum
16 url: https://discuss.ipfs.io
17 about: Please post general questions, support requests, and discussions here.
.github/ISSUE_TEMPLATE/doc.yml
+2 -2
@@ -1,5 +1,5 @@
1 name: Documentation Issue
2 -description: Report missing, erroneous docs, broken links or propose new go-ipfs docs.
2 +description: Report missing, erroneous docs, broken links or propose new Kubo docs.
3 labels:
4 - topic/docs-ipfs
5 - need/triage
@@ -15,7 +15,7 @@ body:
15 options:
16 - label: I am reporting a documentation issue in this repo, not https://docs.ipfs.io.
17 required: true
18 - - label: I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3Aissue) for my issue.
18 + - label: I have searched on the [issue tracker](https://github.com/ipfs/kubo/issues?q=is%3Aissue) for my issue.
19 required: true
20 - type: input
21 attributes:
.github/ISSUE_TEMPLATE/enhancement.yml
+4 -4
@@ -1,12 +1,12 @@
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 labels:
4 - kind/enhancement
5 body:
6 - type: markdown
7 attributes:
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
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
@@ -14,7 +14,7 @@ body:
14
15 **Example:**
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 - type: checkboxes
19 attributes:
20 label: Checklist
@@ -24,7 +24,7 @@ body:
24 required: true
25 - label: I am not suggesting a protocol enhancement.
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.
28 required: true
29 - type: textarea
30 attributes:
.github/ISSUE_TEMPLATE/feature.yml
+3 -3
@@ -1,12 +1,12 @@
1 name: Feature
2 -description: Suggest a new feature in go-ipfs.
2 +description: Suggest a new feature in Kubo.
3 labels:
4 - kind/feature
5 body:
6 - type: markdown
7 attributes:
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
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
@@ -25,7 +25,7 @@ body:
25 required: true
26 - label: I am not suggesting a protocol enhancement.
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.
29 required: true
30 - type: textarea
31 attributes: