mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-11 03:09:41 +08:00
Some checks are pending
CodeQL / codeql (push) Waiting to run
Docker Build / docker-build (push) Waiting to run
Gateway Conformance / gateway-conformance (push) Waiting to run
Gateway Conformance / gateway-conformance-libp2p-experiment (push) Waiting to run
Go Build / go-build (push) Waiting to run
Go Check / go-check (push) Waiting to run
Go Lint / go-lint (push) Waiting to run
Go Test / go-test (push) Waiting to run
Interop / interop-prep (push) Waiting to run
Interop / helia-interop (push) Blocked by required conditions
Interop / ipfs-webui (push) Blocked by required conditions
Sharness / sharness-test (push) Waiting to run
Spell Check / spellcheck (push) Waiting to run
36 lines
1.5 KiB
YAML
36 lines
1.5 KiB
YAML
name: Feature
|
|
description: Suggest a new feature in Kubo.
|
|
labels:
|
|
- kind/feature
|
|
- need/triage
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
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.tech).
|
|
|
|
Issues in this repo must be specific, actionable, and well motivated. They should be starting points for _building_ new features, not brainstorming ideas.
|
|
|
|
If you have an idea you'd like to discuss, please open a new thread on [the forum](https://discuss.ipfs.tech).
|
|
|
|
**Example:**
|
|
|
|
> Add deduplication-optimized chunking of tar files in `ipfs add` (specific) by examining tar headers ... (actionable). This would let me efficiently store and update many versions of code archives (motivated).
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Checklist
|
|
description: Please verify the following.
|
|
options:
|
|
- label: My issue is specific & actionable.
|
|
required: true
|
|
- label: I am not suggesting a protocol enhancement.
|
|
required: true
|
|
- label: I have searched on the [issue tracker](https://github.com/ipfs/kubo/issues?q=is%3Aissue) for my issue.
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: |
|
|
Please describe your idea. When requesting a feature, please be sure to include your motivation and and a concrete description of how the feature should work.
|