From e958d977c501e5585fcc42d9ae1de95f09a77c08 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Mon, 30 Jul 2018 15:13:05 +0100 Subject: [PATCH] Improve issue template for Windows Thanks @clange. --- issue_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/issue_template.md b/issue_template.md index 7f1e16a4f..526d5aae0 100644 --- a/issue_template.md +++ b/issue_template.md @@ -18,7 +18,7 @@ If that does not solve your problem, please fill in the following template and t * Steps to reproduce: - 1. 2. 3. 4. 5. + 1. 2. 3. 4. 5. * Tridactyl version (`:version`): @@ -37,5 +37,5 @@ Insert tridactylrc contents between the backticks * Operating system: -* Result of running `:! echo $PATH` in tridactyl: +* Result of running `:! echo $PATH`, or `! echo %PATH%` on Windows, in Tridactyl: * Unix-like only: result of running `printf '%c\0\0\0{"cmd": "run", "command": "echo $PATH"}' 39 | ~/.local/share/tridactyl/native_main.py` in a terminal: