chore(cfg): update new issue templates

Signed-off-by: Dave Huseby <dwh@linuxprogrammer.org>
This commit is contained in:
Dave Huseby
2024-01-22 14:04:28 -07:00
committed by Paul Robinson
parent b973caa484
commit 8bb1647d2c
6 changed files with 137 additions and 38 deletions

31
.github/ISSUE_TEMPLATE/enhancement.yml vendored Normal file
View 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