Update ISSUE_TEMPLATE.md
therealkenc committed
Nov 24, 2017 at 18:25 UTC
325fdcf1ae1d26bb85beaccc7db493647f55aac5
1 file changed
+1
-1
ISSUE_TEMPLATE.md
+1
-1
@@ -10,7 +10,7 @@ If you have a feature request, please post to [the UserVoice](https://wpdev.user
10
11
* What's wrong / what should be happening instead:
12
13
-* Strace of the failing command, if applicable: (If `<cmd>` is failing, then run `strace -o strace.txt -ff <cmd>`, and post the strace.txt output here)
13
+* Strace of the failing command, if applicable: (If `some_command` is failing, then run `strace -ff some_command some_args 2> some_command.strace`, and link the output of `some_command.strace` in a [gist](https://gist.github.com/) here)
14
15
16
See [our contributing instructions](https://github.com/Microsoft/BashOnWindows/blob/master/CONTRIBUTING.md) for assistance.