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:
|
2023-02-16 12:11:10 +00:00
|
|
|
- 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
|
2021-08-18 15:29:52 +00:00
|
|
|
- type: checkboxes
|
2021-07-20 05:11:29 +00:00
|
|
|
attributes:
|
|
|
|
label: Lotus component
|
2021-08-18 16:10:08 +00:00
|
|
|
description: Please select the lotus component you are filing an improvement request for
|
2021-07-20 05:11:29 +00:00
|
|
|
options:
|
2021-08-18 15:29:52 +00:00
|
|
|
- label: lotus daemon - chain sync
|
|
|
|
required: false
|
2023-02-16 12:11:10 +00:00
|
|
|
- label: lotus fvm/fevm - Lotus FVM and FEVM interactions
|
2021-08-18 15:29:52 +00:00
|
|
|
required: false
|
|
|
|
- label: lotus miner/worker - sealing
|
|
|
|
required: false
|
2023-02-16 12:11:10 +00:00
|
|
|
- label: lotus miner - proving(WindowPoSt/WinningPoSt)
|
2021-08-18 15:29:52 +00:00
|
|
|
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:
|
2023-02-16 12:11:10 +00:00
|
|
|
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
|
|
|
|
|