mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
name: Feature request
|
|
description: Suggest a new feature in py-libp2p
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
If you'd like to suggest a feature related to libp2p but not specifically related to the python implementation, please file an issue at https://github.com/libp2p/specs instead.
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: Briefly describe the feature that you are requesting.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Motivation
|
|
description: Explain why this feature is needed.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Requirements
|
|
description: Write a list of what you want this feature to do.
|
|
placeholder: "1."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Open questions
|
|
description: Use this section to ask any questions that are related to the feature.
|
|
validations:
|
|
required: false
|
|
- type: dropdown
|
|
attributes:
|
|
label: Are you planning to do it yourself in a pull request ?
|
|
description: Any contribution is greatly appreciated. We are more than happy to provide help on the process.
|
|
options:
|
|
- "Yes"
|
|
- "No"
|
|
- Maybe
|
|
validations:
|
|
required: true
|