diff options
author | Christian Schneppe <kriztan@users.noreply.github.com> | 2017-02-07 09:06:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-07 09:06:08 +0100 |
commit | dc2a72e3d19d843500ad6f9ed7494e69b0f31ede (patch) | |
tree | b13d60a0d551e7ee4ac75a1acbd66ab5194d73af /.github/ISSUE_TEMPLATE.md | |
parent | e24cca4c6d1f0f85c761b147914ae9eae775152e (diff) |
Update ISSUE_TEMPLATE.md
Diffstat (limited to '')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 111c7a25e..6dd2252ca 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -21,5 +21,5 @@ Please post the output of adb logcat. The log should begin with the start of Pix steps it takes to reproduce the problem. ```` -C:\ADB>adb -d logcat -v time | FINDSTR Pix-Art > logcat.txt +adb -d logcat -v time | FINDSTR Pix-Art > logcat.txt ```` |