Update enhancement and feature templates

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
This commit is contained in:
Phi 2023-02-16 13:11:10 +01:00
parent 285dfed338
commit 27d4d02fe5
2 changed files with 17 additions and 34 deletions

View File

@ -7,13 +7,7 @@ body:
label: Checklist label: Checklist
description: Please check off the following boxes before continuing to create an improvement suggestion! description: Please check off the following boxes before continuing to create an improvement suggestion!
options: options:
- label: This is **not** a new feature or an enhancement to the Filecoin protocol. If it is, please open an [FIP issue](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0001.md). - label: I **have** a specific, actionable, and well motivated improvement to an existing lotus feature.
required: true
- label: This is **not** a new feature request. If it is, please file a [feature request](https://github.com/filecoin-project/lotus/issues/new?assignees=&labels=need%2Ftriage%2Ckind%2Ffeature&template=feature_request.yml) instead.
required: true
- 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 improvement to propose.
required: true required: true
- type: checkboxes - type: checkboxes
attributes: attributes:
@ -22,19 +16,11 @@ body:
options: options:
- label: lotus daemon - chain sync - label: lotus daemon - chain sync
required: false required: false
- label: lotus miner - mining and block production - label: lotus fvm/fevm - Lotus FVM and FEVM interactions
required: false required: false
- label: lotus miner/worker - sealing - label: lotus miner/worker - sealing
required: false required: false
- label: lotus miner - proving(WindowPoSt) - label: lotus miner - proving(WindowPoSt/WinningPoSt)
required: false
- label: lotus miner/market - storage deal
required: false
- label: lotus miner/market - retrieval deal
required: false
- label: lotus miner/market - data transfer
required: false
- label: lotus client
required: false required: false
- label: lotus JSON-RPC API - label: lotus JSON-RPC API
required: false required: false
@ -45,9 +31,17 @@ body:
- type: textarea - type: textarea
id: request id: request
attributes: attributes:
label: Improvement Suggestion label: Enhancement Suggestion
description: A clear and concise description of what the motivation or the current problem is and what is the suggested improvement? description: A clear and concise description of the suggested enhancement?
placeholder: Ex. Currently lotus... However, as a storage provider, I'd like... 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...
validations: validations:
required: true required: true

View File

@ -7,8 +7,6 @@ body:
label: Checklist label: Checklist
description: Please check off the following boxes before continuing to create a new feature request! description: Please check off the following boxes before continuing to create a new feature request!
options: options:
- label: This is **not** a new feature or an enhancement to the Filecoin protocol. If it is, please open an [FIP issue](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0001.md).
required: true
- 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`. - 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 required: true
- label: I **have** a specific, actionable, and well motivated feature request to propose. - label: I **have** a specific, actionable, and well motivated feature request to propose.
@ -20,19 +18,11 @@ body:
options: options:
- label: lotus daemon - chain sync - label: lotus daemon - chain sync
required: false required: false
- label: lotus miner - mining and block production - label: lotus fvm/fevm - Lotus FVM and FEVM interactions
required: false required: false
- label: lotus miner/worker - sealing - label: lotus miner/worker - sealing
required: false required: false
- label: lotus miner - proving(WindowPoSt) - label: lotus miner - proving(WindowPoSt/WinningPoSt)
required: false
- label: lotus miner/market - storage deal
required: false
- label: lotus miner/market - retrieval deal
required: false
- label: lotus miner/market - data transfer
required: false
- label: lotus client
required: false required: false
- label: lotus JSON-RPC API - label: lotus JSON-RPC API
required: false required: false
@ -56,7 +46,7 @@ body:
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: alternates id: alternatives
attributes: attributes:
label: Describe alternatives you've considered label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered. description: A clear and concise description of any alternative solutions or features you've considered.
@ -69,4 +59,3 @@ body:
description: Add any other context, design docs or screenshots about the feature request here. description: Add any other context, design docs or screenshots about the feature request here.
validations: validations:
required: false required: false