From 39214702f6fc1195cd3d6b3b7bcb194daf5e1ece Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Tue, 28 Mar 2023 16:30:34 +0200 Subject: [PATCH] feat: indentation fixed. --- .github/ISSUE_TEMPLATE/bug-report.yml | 87 ++++++++++++++------------- 1 file changed, 44 insertions(+), 43 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9eed907c..514c0c48 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -4,50 +4,51 @@ title: "" labels: [bug] body: -- type: markdown - attributes: - value: > - Thank you for taking the time to file a bug report. - Please check that the code is pointing to the HEAD of develop - or any commit in master which is tagged with a version number. + - type: markdown + attributes: + value: > + Thank you for taking the time to file a bug report. + Please check that the code is pointing to the HEAD of develop + or any commit in master which is tagged with a version number. -- type: textarea - attributes: - label: "Describe the issue:" - description: > - Describe the issue and any previous attempt to solve it. - validations: - required: true + - type: textarea + attributes: + label: "Describe the issue:" + description: > + Describe the issue and any previous attempt to solve it. + validations: + required: true -- type: textarea - attributes: - label: "Code example:" - description: > - If relevant, show how to reproduce the issue using a minimal working - example. - placeholder: | - << your code here >> - render: shell - validations: - required: false + - type: textarea + attributes: + label: "Code example:" + description: > + If relevant, show how to reproduce the issue using a minimal working + example. + placeholder: | + << your code here >> + render: shell + validations: + required: false -- type: textarea - attributes: - label: "Target platform:" - description: > - Give a description of the target platform (CPU, network, compiler). - Please give the full CPU part description, using for example - `cat /proc/cpuinfo | grep 'model name' | uniq` (Linux) - or `sysctl machdep.cpu.brand_string` (macOS) and the full output - the `--version` option of your compiler. - validations: - required: true + - type: textarea + attributes: + label: "Target platform:" + description: > + Give a description of the target platform (CPU, network, compiler). + Please give the full CPU part description, using for example + `cat /proc/cpuinfo | grep 'model name' | uniq` (Linux) + or `sysctl machdep.cpu.brand_string` (macOS) and the full output + the `--version` option of your compiler. + validations: + required: true -- type: textarea - attributes: - label: "Configure options:" - description: > - Please give the exact configure command used and attach - `config.log`, `grid.config.summary` and the output of `make V=1`. - validations: - required: true + - type: textarea + attributes: + label: "Configure options:" + description: > + Please give the exact configure command used and attach + `config.log`, `grid.config.summary` and the output of `make V=1`. + render: shell + validations: + required: true