Address the feedbacks
This commit is contained in:
parent
bda25dd6f2
commit
e41bc229e3
40
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
40
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -22,34 +22,22 @@ body:
|
|||||||
- label: I did not make any code changes to lotus.
|
- label: I did not make any code changes to lotus.
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: component
|
id: component-and-area
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: Lotus component
|
label: Lotus component
|
||||||
description: Please select the lotus component you are filing a bug for
|
description: Please select the lotus component you are filing a bug for
|
||||||
options:
|
options:
|
||||||
- lotus daemon
|
- lotus daemon - chain sync
|
||||||
- lotus miner/lotus worker
|
- lotus miner - mining and block production
|
||||||
|
- lotus miner/worker - sealing
|
||||||
|
- lotus miner - proving(WindowPoSt)
|
||||||
|
- lotus miner/market - storage deal
|
||||||
|
- lotus miner/market - retrieval deal
|
||||||
- lotus client
|
- lotus client
|
||||||
- lotus market
|
|
||||||
- lotus JSON-RPC API
|
- lotus JSON-RPC API
|
||||||
- Other
|
- lotus message management (mpool)
|
||||||
- type: dropdown
|
|
||||||
id: area
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
attributes:
|
|
||||||
label: Area
|
|
||||||
description: Please select the process you are having issue with
|
|
||||||
options:
|
|
||||||
- syncing
|
|
||||||
- sealing
|
|
||||||
- mining (WinningPoSt)
|
|
||||||
- proving (WindowPoSt)
|
|
||||||
- deal making
|
|
||||||
- api call
|
|
||||||
- message management (mpool)
|
|
||||||
- Other
|
- Other
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: version
|
id: version
|
||||||
@ -70,6 +58,7 @@ body:
|
|||||||
This is where you get to tell us what went wrong, when doing so, please try to provide a clear and concise description of the bug with all related information:
|
This is where you get to tell us what went wrong, when doing so, please try to provide a clear and concise description of the bug with all related information:
|
||||||
* What you were doding when you experienced the bug?
|
* What you were doding when you experienced the bug?
|
||||||
* Any *error* messages you saw, *where* you saw them, and what you believe may have caused them (if you have any ideas).
|
* Any *error* messages you saw, *where* you saw them, and what you believe may have caused them (if you have any ideas).
|
||||||
|
* What is the expected behaviour?
|
||||||
* For sealing issues, include the output of `lotus-miner sectors status --log <sectorId>` for the failed sector(s).
|
* For sealing issues, include the output of `lotus-miner sectors status --log <sectorId>` for the failed sector(s).
|
||||||
* For proving issues, include the output of `lotus-miner proving` info.
|
* For proving issues, include the output of `lotus-miner proving` info.
|
||||||
* For deal making issues, include the output of `lotus client list-deals -v` and/or `lotus-miner storage-deals|retrieval-deals|data-transfers list [-v]` commands for the deal(s) in question.
|
* For deal making issues, include the output of `lotus client list-deals -v` and/or `lotus-miner storage-deals|retrieval-deals|data-transfers list [-v]` commands for the deal(s) in question.
|
||||||
@ -100,13 +89,4 @@ body:
|
|||||||
...
|
...
|
||||||
render: bash
|
render: bash
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
|
||||||
id: expected
|
|
||||||
attributes:
|
|
||||||
label: Expected Behavior
|
|
||||||
description: A clear and concise description of what you expected to happen.
|
|
||||||
render: bash
|
|
||||||
placeholder: "By doing... I expect..."
|
|
||||||
validations:
|
|
||||||
required: false
|
|
46
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
46
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
@ -23,28 +23,16 @@ body:
|
|||||||
label: Lotus component
|
label: Lotus component
|
||||||
description: Please select the lotus component you are propoing improvement for
|
description: Please select the lotus component you are propoing improvement for
|
||||||
options:
|
options:
|
||||||
- lotus daemon
|
- lotus daemon - chain sync
|
||||||
- lotus miner/lotus worker
|
- lotus miner - mining and block production
|
||||||
- lotus client
|
- lotus miner/worker - sealing
|
||||||
- lotus market
|
- lotus miner - proving(WindowPoSt)
|
||||||
- lotus JSON-RPC API
|
- lotus miner/market - storage deal
|
||||||
- Other
|
- lotus miner/market - retrieval deal
|
||||||
- type: dropdown
|
- lotus client
|
||||||
id: area
|
- lotus JSON-RPC API
|
||||||
validations:
|
- lotus message management (mpool)
|
||||||
required: true
|
- Other
|
||||||
attributes:
|
|
||||||
label: Area
|
|
||||||
description: Please select the area
|
|
||||||
options:
|
|
||||||
- syncing
|
|
||||||
- sealing
|
|
||||||
- mining (WinningPoSt)
|
|
||||||
- proving (WindowPoSt)
|
|
||||||
- deal making
|
|
||||||
- api call
|
|
||||||
- message management (mpool)
|
|
||||||
- Other
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: request
|
id: request
|
||||||
attributes:
|
attributes:
|
||||||
@ -53,18 +41,4 @@ body:
|
|||||||
placeholder: Ex. Currently lotus... However, as a storage provider, I'd like...
|
placeholder: Ex. Currently lotus... However, as a storage provider, I'd like...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
|
||||||
id: alternates
|
|
||||||
attributes:
|
|
||||||
label: Describe alternatives you've considered
|
|
||||||
description: A clear and concise description of any alternative solutions 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
|
|
||||||
|
|
||||||
|
32
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
32
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -21,28 +21,16 @@ body:
|
|||||||
label: Lotus component
|
label: Lotus component
|
||||||
description: Please select the lotus component you are requesting a new feature for
|
description: Please select the lotus component you are requesting a new feature for
|
||||||
options:
|
options:
|
||||||
- lotus daemon
|
- lotus daemon - chain sync
|
||||||
- lotus miner/lotus worker
|
- lotus miner - mining and block production
|
||||||
- lotus client
|
- lotus miner/worker - sealing
|
||||||
- lotus market
|
- lotus miner - proving(WindowPoSt)
|
||||||
- lotus JSON-RPC API
|
- lotus miner/market - storage deal
|
||||||
- Other
|
- lotus miner/market - retrieval deal
|
||||||
- type: dropdown
|
- lotus client
|
||||||
id: area
|
- lotus JSON-RPC API
|
||||||
validations:
|
- lotus message management (mpool)
|
||||||
required: true
|
- Other
|
||||||
attributes:
|
|
||||||
label: Area
|
|
||||||
description: Please select the area
|
|
||||||
options:
|
|
||||||
- syncing
|
|
||||||
- sealing
|
|
||||||
- mining (WinningPoSt)
|
|
||||||
- proving (WindowPoSt)
|
|
||||||
- deal making
|
|
||||||
- api call
|
|
||||||
- message management (mpool)
|
|
||||||
- Other
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: request
|
id: request
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
Reference in New Issue
Block a user