github: add default value for spack spec and error message (#28796)

This commit is contained in:
Seth R. Johnson 2022-02-15 13:50:21 -05:00 committed by GitHub
parent 79f22423b8
commit c987d06a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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