mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
feat: indentation fixed.
This commit is contained in:
parent
3e4614c63a
commit
39214702f6
87
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
87
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -4,50 +4,51 @@ title: "<insert title>"
|
|||||||
labels: [bug]
|
labels: [bug]
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: >
|
value: >
|
||||||
Thank you for taking the time to file a bug report.
|
Thank you for taking the time to file a bug report.
|
||||||
Please check that the code is pointing to the HEAD of develop
|
Please check that the code is pointing to the HEAD of develop
|
||||||
or any commit in master which is tagged with a version number.
|
or any commit in master which is tagged with a version number.
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Describe the issue:"
|
label: "Describe the issue:"
|
||||||
description: >
|
description: >
|
||||||
Describe the issue and any previous attempt to solve it.
|
Describe the issue and any previous attempt to solve it.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Code example:"
|
label: "Code example:"
|
||||||
description: >
|
description: >
|
||||||
If relevant, show how to reproduce the issue using a minimal working
|
If relevant, show how to reproduce the issue using a minimal working
|
||||||
example.
|
example.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
<< your code here >>
|
<< your code here >>
|
||||||
render: shell
|
render: shell
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Target platform:"
|
label: "Target platform:"
|
||||||
description: >
|
description: >
|
||||||
Give a description of the target platform (CPU, network, compiler).
|
Give a description of the target platform (CPU, network, compiler).
|
||||||
Please give the full CPU part description, using for example
|
Please give the full CPU part description, using for example
|
||||||
`cat /proc/cpuinfo | grep 'model name' | uniq` (Linux)
|
`cat /proc/cpuinfo | grep 'model name' | uniq` (Linux)
|
||||||
or `sysctl machdep.cpu.brand_string` (macOS) and the full output
|
or `sysctl machdep.cpu.brand_string` (macOS) and the full output
|
||||||
the `--version` option of your compiler.
|
the `--version` option of your compiler.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Configure options:"
|
label: "Configure options:"
|
||||||
description: >
|
description: >
|
||||||
Please give the exact configure command used and attach
|
Please give the exact configure command used and attach
|
||||||
`config.log`, `grid.config.summary` and the output of `make V=1`.
|
`config.log`, `grid.config.summary` and the output of `make V=1`.
|
||||||
validations:
|
render: shell
|
||||||
required: true
|
validations:
|
||||||
|
required: true
|
||||||
|
Loading…
Reference in New Issue
Block a user