github: add default value for spack spec and error message (#28796)
This commit is contained in:
parent
79f22423b8
commit
c987d06a19
18
.github/ISSUE_TEMPLATE/build_error.yml
vendored
18
.github/ISSUE_TEMPLATE/build_error.yml
vendored
@ -16,19 +16,29 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Steps to reproduce the issue
|
label: Steps to reproduce the issue
|
||||||
description: |
|
description: |
|
||||||
Fill in the exact spec you are trying to build and the relevant part of the error message
|
Fill in the console output from the exact spec you are trying to build.
|
||||||
placeholder: |
|
value: |
|
||||||
```console
|
```console
|
||||||
$ spack install <spec>
|
$ spack spec -I <spec>
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
- type: textarea
|
||||||
|
id: error
|
||||||
|
attributes:
|
||||||
|
label: Error message
|
||||||
|
description: |
|
||||||
|
Please post the error message from spack inside the `<details>` tag below:
|
||||||
|
value: |
|
||||||
|
<details><summary>Error message</summary><pre>
|
||||||
|
...
|
||||||
|
</pre></details>
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: information
|
id: information
|
||||||
attributes:
|
attributes:
|
||||||
label: Information on your system
|
label: Information on your system
|
||||||
description: Please include the output of `spack debug report`
|
description: Please include the output of `spack debug report`.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
Loading…
Reference in New Issue
Block a user