Issue Templates: improve details formatting (#36923)
This commit is contained in:
parent
690394fabc
commit
4d11001046
2 changed files with 8 additions and 4 deletions
4
.github/ISSUE_TEMPLATE/build_error.yml
vendored
4
.github/ISSUE_TEMPLATE/build_error.yml
vendored
|
@ -29,7 +29,9 @@ body:
|
||||||
description: |
|
description: |
|
||||||
Please post the error message from spack inside the `<details>` tag below:
|
Please post the error message from spack inside the `<details>` tag below:
|
||||||
value: |
|
value: |
|
||||||
<details><summary>Error message</summary><pre>
|
<details><summary>Error message</summary>
|
||||||
|
|
||||||
|
<pre>
|
||||||
...
|
...
|
||||||
</pre></details>
|
</pre></details>
|
||||||
validations:
|
validations:
|
||||||
|
|
4
.github/ISSUE_TEMPLATE/test_error.yml
vendored
4
.github/ISSUE_TEMPLATE/test_error.yml
vendored
|
@ -21,7 +21,9 @@ body:
|
||||||
description: |
|
description: |
|
||||||
Please post the error message from spack inside the `<details>` tag below:
|
Please post the error message from spack inside the `<details>` tag below:
|
||||||
value: |
|
value: |
|
||||||
<details><summary>Error message</summary><pre>
|
<details><summary>Error message</summary>
|
||||||
|
|
||||||
|
<pre>
|
||||||
...
|
...
|
||||||
</pre></details>
|
</pre></details>
|
||||||
validations:
|
validations:
|
||||||
|
|
Loading…
Reference in a new issue