mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +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
31
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
Normal file
31
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
name: Enhancement
|
||||
description: Suggest an improvement to an existing py-libp2p feature.
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description
|
||||
description: Describe the enhancement that you are proposing.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Motivation
|
||||
description: Explain why this enhancement is beneficial.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Current Implementation
|
||||
description: Describe the current implementation.
|
||||
validations:
|
||||
required: true
|
||||
- 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