summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth R. Johnson <johnsonsr@ornl.gov>2022-02-15 13:50:21 -0500
committerGitHub <noreply@github.com>2022-02-15 18:50:21 +0000
commitc987d06a197c9ac4354cc4aeeb9c4dacf1951830 (patch)
treea70a89e07ab2083affe746ad6b7c9466b3b09e77
parent79f22423b81c2c269ebc191698348c58d08f3a0f (diff)
downloadspack-c987d06a197c9ac4354cc4aeeb9c4dacf1951830.tar.gz
spack-c987d06a197c9ac4354cc4aeeb9c4dacf1951830.tar.bz2
spack-c987d06a197c9ac4354cc4aeeb9c4dacf1951830.tar.xz
spack-c987d06a197c9ac4354cc4aeeb9c4dacf1951830.zip
github: add default value for spack spec and error message (#28796)
-rw-r--r--.github/ISSUE_TEMPLATE/build_error.yml18
1 files changed, 14 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/build_error.yml b/.github/ISSUE_TEMPLATE/build_error.yml
index cf5d867ffe..a537b7e634 100644
--- a/.github/ISSUE_TEMPLATE/build_error.yml
+++ b/.github/ISSUE_TEMPLATE/build_error.yml
@@ -16,19 +16,29 @@ body:
attributes:
label: Steps to reproduce the issue
description: |
- Fill in the exact spec you are trying to build and the relevant part of the error message
- placeholder: |
+ Fill in the console output from the exact spec you are trying to build.
+ value: |
```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:
required: true
- type: textarea
id: information
attributes:
label: Information on your system
- description: Please include the output of `spack debug report`
+ description: Please include the output of `spack debug report`.
validations:
required: true
- type: markdown