mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
chore(cfg): update new issue templates
Signed-off-by: Dave Huseby <dwh@linuxprogrammer.org>
This commit is contained in:
committed by
Paul Robinson
parent
b973caa484
commit
8bb1647d2c
42
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
42
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@ -0,0 +1,42 @@
|
||||
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
|
||||
Reference in New Issue
Block a user