master
yml 34 lines 1.45 KB
Raw
1 name: Enhancement
2 description: Suggest an improvement to an existing kubo feature.
3 labels:
4 - kind/enhancement
5 - need/triage
6 body:
7 - type: markdown
8 attributes:
9 value: |
10 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.tech).
11
12 Issues in this repo must be specific, actionable, and well motivated. They should be starting points for _building_ new features, not brainstorming ideas.
13
14 If you have an idea you'd like to discuss, please open a new thread on [the forum](https://discuss.ipfs.tech).
15
16 **Example:**
17
18 > Reduce memory usage of `ipfs cat` (specific) by buffering less in ... (actionable). This would let me run Kubo on my Raspberry Pi (motivated).
19 - type: checkboxes
20 attributes:
21 label: Checklist
22 description: Please verify the following.
23 options:
24 - label: My issue is specific & actionable.
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/kubo/issues?q=is%3Aissue) for my issue.
29 required: true
30 - type: textarea
31 attributes:
32 label: Description
33 description: |
34 Please describe your idea. When requesting an enhancement, please be sure to include your motivation and try to be as specific as possible.