Browse Source

Merge pull request #4895

iphydf (1):
      fix(windows): %APPDATA -> %APPDATA% in template
pull/4897/head
sudden6 8 years ago
parent
commit
0c2d69a3be
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  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