1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

feat: indentation fixed.

This commit is contained in:
Fabian Joswig 2023-03-28 16:30:34 +02:00
parent 3e4614c63a
commit 39214702f6
No known key found for this signature in database

View File

@ -4,14 +4,14 @@ 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: >
@ -19,7 +19,7 @@ body:
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "Code example:" label: "Code example:"
description: > description: >
@ -31,7 +31,7 @@ body:
validations: validations:
required: false required: false
- type: textarea - type: textarea
attributes: attributes:
label: "Target platform:" label: "Target platform:"
description: > description: >
@ -43,11 +43,12 @@ body:
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`.
render: shell
validations: validations:
required: true required: true