Browse Source

fix(windows): %APPDATA -> %APPDATA% in template

reviewable/pr4895/r1
iphydf 8 years ago committed by GitHub
parent
commit
f53b82825b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/ISSUE_TEMPLATE.md

2
.github/ISSUE_TEMPLATE.md

@ -27,7 +27,7 @@ Reproducible: Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce @@ -27,7 +27,7 @@ Reproducible: Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce
----
E.g., include log located in `~/.cache/Tox/qTox/` / `%APPDATA\tox\`.
E.g., include log located in `~/.cache/Tox/qTox/` / `%APPDATA%\tox\`.
To include it, rename it from `.log` to `.txt`, or zip it.
Tip: use `v4l-info` and `v4l2-ctl --all` to get webcam info on Linux.

Loading…
Cancel
Save