27d4d02fe5
Update enhancement and feature_request templates: - Removing unnecessary checklist options. - These have been move to the Github New Issue UI to reduce text overhead: #10268 - Remove deprecated components options - Add FVM/FEVM component
62 lines
2.3 KiB
YAML
62 lines
2.3 KiB
YAML
name: Feature request
|
|
description: Suggest an idea for lotus
|
|
labels: [need/triage, kind/feature]
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Checklist
|
|
description: Please check off the following boxes before continuing to create a new feature request!
|
|
options:
|
|
- label: This is **not** brainstorming ideas. If you have an idea you'd like to discuss, please open a new discussion on [the lotus forum](https://github.com/filecoin-project/lotus/discussions/categories/ideas) and select the category as `Ideas`.
|
|
required: true
|
|
- label: I **have** a specific, actionable, and well motivated feature request to propose.
|
|
required: true
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Lotus component
|
|
description: Please select the lotus component you are filing a new feature request for
|
|
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
|
|
required: false
|
|
- type: textarea
|
|
id: request
|
|
attributes:
|
|
label: What is the motivation behind this feature request? Is your feature request related to a problem? Please describe.
|
|
description: A clear and concise description of what the motivation or the problem is.
|
|
placeholder: Ex. I'm always frustrated when [...]
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Describe the solution you'd like
|
|
description: A clear and concise description of what you want to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Describe alternatives you've considered
|
|
description: A clear and concise description of any alternative solutions or features you've considered.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: extra
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context, design docs or screenshots about the feature request here.
|
|
validations:
|
|
required: false
|