lotus/.github/ISSUE_TEMPLATE/enhancement.yml

48 lines
1.6 KiB
YAML
Raw Normal View History

2021-07-20 05:11:29 +00:00
name: Enhancement
description: Suggest an improvement to an existing lotus feature.
labels: [need/triage, kind/enhancement]
body:
- type: checkboxes
attributes:
label: Checklist
description: Please check off the following boxes before continuing to create an improvement suggestion!
options:
- label: I **have** a specific, actionable, and well motivated improvement to an existing lotus feature.
2021-07-20 05:11:29 +00:00
required: true
- type: checkboxes
2021-07-20 05:11:29 +00:00
attributes:
label: Lotus component
description: Please select the lotus component you are filing an improvement request for
2021-07-20 05:11:29 +00:00
options:
- label: lotus daemon - chain sync
required: false
- label: lotus fvm/fevm - Lotus FVM and FEVM interactions
required: false
- label: lotus miner/worker - sealing
required: false
- label: lotus miner - proving(WindowPoSt/WinningPoSt)
required: false
- label: lotus JSON-RPC API
required: false
- label: lotus message management (mpool)
required: false
- label: Other
2021-08-18 15:32:06 +00:00
required: false
2021-07-20 05:11:29 +00:00
- type: textarea
id: request
attributes:
label: Enhancement Suggestion
description: A clear and concise description of the suggested enhancement?
placeholder: Ex. Currently lotus... However it would be great if [enhancement] was implemented... With the ability to...
validations:
required: true
- type: textarea
id: request
attributes:
label: Use-Case
description: How would this enhancement help you?
placeholder: Ex. With the [enhancement] node operators would be able to... For Storage Providers it would enable...
2021-07-20 05:11:29 +00:00
validations:
required: true