summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorPeter Scheibel <scheibel1@llnl.gov>2019-02-07 21:06:57 -0600
committerGitHub <noreply@github.com>2019-02-07 21:06:57 -0600
commitd8746d596e9f4740b963394055d2ad1ae10de307 (patch)
treea0b5fbae757eb5263f81bbad3199fab64a8d049c /.github/ISSUE_TEMPLATE
parentf093515002f84dc8dde273b386b3dc7667864958 (diff)
downloadspack-d8746d596e9f4740b963394055d2ad1ae10de307.tar.gz
spack-d8746d596e9f4740b963394055d2ad1ae10de307.tar.bz2
spack-d8746d596e9f4740b963394055d2ad1ae10de307.tar.xz
spack-d8746d596e9f4740b963394055d2ad1ae10de307.zip
bug report template: suggest --stacktrace instead of -s (#10548)
1137b18 removed the -s option from spack such that to see a stack trace you must pass the --stacktrace option. The bug report templates were not updated accordingly.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 13aac30a27..f647b52036 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -24,10 +24,10 @@ If Spack reported an error, provide the error message. If it did not report an e
but the output appears incorrect, provide the incorrect output. If there was no error
message and no output but the result is incorrect, describe how it does not match
what you expect. To provide more information you might re-run the commands with
-the additional -sd flags:
+the additional -d/--stacktrace flags:
```console
-$ spack -sd <command1> <spec>
-$ spack -sd <command2> <spec>
+$ spack -d --stacktrace <command1> <spec>
+$ spack -d --stacktrace <command2> <spec>
...
```
that activate the full debug output.
@@ -46,4 +46,4 @@ We encourage you to try, as much as possible, to reduce your problem to the mini
If you want to ask a question about the tool (how to use it, what it can currently do, etc.), try the `#general` channel on our Slack first. We have a welcoming community and chances are you'll get your reply faster and without opening an issue.
-Other than that, thanks for taking the time to contribute to Spack! \ No newline at end of file
+Other than that, thanks for taking the time to contribute to Spack!