Merge pull request #6899 from filecoin-project/fix/issue-templates

chore: fixup issue templates
This commit is contained in:
Steven Allen 2021-07-27 22:29:17 -07:00 committed by GitHub
commit 9d0cc2c9d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 14 deletions

View File

@ -43,13 +43,14 @@ body:
id: version id: version
attributes: attributes:
label: Lotus Version label: Lotus Version
render: text
description: Enter the output of `lotus version` and `lotus-miner version` if applicable. description: Enter the output of `lotus version` and `lotus-miner version` if applicable.
placeholder: | placeholder: |
e.g. e.g.
Daemon:1.11.0-rc2+debug+git.0519cd371.dirty+api1.3.0 Daemon:1.11.0-rc2+debug+git.0519cd371.dirty+api1.3.0
Local: lotus version 1.11.0-rc2+debug+git.0519cd371.dirty Local: lotus version 1.11.0-rc2+debug+git.0519cd371.dirty
validations: validations:
reuiqred: true required: true
- type: textarea - type: textarea
id: Description id: Description
attributes: attributes:
@ -62,19 +63,18 @@ body:
* 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.
render: bash
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: extraInfo id: extraInfo
attributes: attributes:
label: Logging Information label: Logging Information
render: text
description: | description: |
Please provide debug logs of the problem, remember you can get set log level control for: Please provide debug logs of the problem, remember you can get set log level control for:
* lotus: use `lotus log list` to get all log systems available and set level by `lotus log set-level`. An example can be found [here](https://docs.filecoin.io/get-started/lotus/configuration-and-advanced-usage/#log-level-control). * lotus: use `lotus log list` to get all log systems available and set level by `lotus log set-level`. An example can be found [here](https://docs.filecoin.io/get-started/lotus/configuration-and-advanced-usage/#log-level-control).
* lotus-miner:`lotus-miner log list` to get all log systems available and set level by `lotus-miner log set-level * lotus-miner:`lotus-miner log list` to get all log systems available and set level by `lotus-miner log set-level
If you don't provide detailed logs when you raise the issue it will almost certainly be the first request I make before furthur diagnosing the problem. If you don't provide detailed logs when you raise the issue it will almost certainly be the first request I make before furthur diagnosing the problem.
render: bash
validations: validations:
required: true required: true
- type: textarea - type: textarea
@ -87,6 +87,5 @@ body:
2. Do '...' 2. Do '...'
3. See error '...' 3. See error '...'
... ...
render: bash
validations: validations:
required: false required: false

View File

@ -35,10 +35,11 @@ body:
- type: textarea - type: textarea
id: version id: version
attributes: attributes:
render: text
label: Lotus Tag and Version label: Lotus Tag and Version
description: Enter the lotus tag, output of `lotus version` and `lotus-miner version`. description: Enter the lotus tag, output of `lotus version` and `lotus-miner version`.
validations: validations:
reuiqred: true required: true
- type: textarea - type: textarea
id: Description id: Description
attributes: attributes:
@ -48,7 +49,6 @@ body:
* 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? * What is the expected behaviour?
render: bash
validations: validations:
required: true required: true
- type: textarea - type: textarea
@ -72,6 +72,7 @@ body:
- type: textarea - type: textarea
id: logging id: logging
attributes: attributes:
render: text
label: Logging Information label: Logging Information
description: Please link to the whole of the miner logs on your side of the transaction. You can upload the logs to a [gist](https://gist.github.com). description: Please link to the whole of the miner logs on your side of the transaction. You can upload the logs to a [gist](https://gist.github.com).
validations: validations:
@ -86,6 +87,5 @@ body:
2. Do '...' 2. Do '...'
3. See error '...' 3. See error '...'
... ...
render: bash
validations: validations:
required: false required: false

View File

@ -36,10 +36,11 @@ body:
- type: textarea - type: textarea
id: version id: version
attributes: attributes:
render: text
label: Lotus Tag and Version label: Lotus Tag and Version
description: Enter the lotus tag, output of `lotus version` and `lotus-miner version`. description: Enter the lotus tag, output of `lotus version` and `lotus-miner version`.
validations: validations:
reuiqred: true required: true
- type: textarea - type: textarea
id: Description id: Description
attributes: attributes:
@ -51,19 +52,18 @@ body:
* What is the expected behaviour? * 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.
render: bash
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: extraInfo id: extraInfo
attributes: attributes:
label: Logging Information label: Logging Information
render: text
description: | description: |
Please provide debug logs of the problem, remember you can get set log level control for: Please provide debug logs of the problem, remember you can get set log level control for:
* lotus: use `lotus log list` to get all log systems available and set level by `lotus log set-level`. An example can be found [here](https://docs.filecoin.io/get-started/lotus/configuration-and-advanced-usage/#log-level-control). * lotus: use `lotus log list` to get all log systems available and set level by `lotus log set-level`. An example can be found [here](https://docs.filecoin.io/get-started/lotus/configuration-and-advanced-usage/#log-level-control).
* lotus-miner:`lotus-miner log list` to get all log systems available and set level by `lotus-miner log set-level * lotus-miner:`lotus-miner log list` to get all log systems available and set level by `lotus-miner log set-level
If you don't provide detailed logs when you raise the issue it will almost certainly be the first request I make before furthur diagnosing the problem. If you don't provide detailed logs when you raise the issue it will almost certainly be the first request I make before furthur diagnosing the problem.
render: bash
validations: validations:
required: true required: true
- type: textarea - type: textarea
@ -76,6 +76,5 @@ body:
2. Do '...' 2. Do '...'
3. See error '...' 3. See error '...'
... ...
render: bash
validations: validations:
required: false required: false