diff --git a/issue_template.md b/issue_template.md index 894642fc..aca7eaa3 100644 --- a/issue_template.md +++ b/issue_template.md @@ -14,21 +14,21 @@ If that does not solve your problem, please fill in the following template and t --> -* Brief description of the problem: +- Brief description of the problem: -* Steps to reproduce: +- Steps to reproduce: 1. 2. 3. 4. 5. -* Tridactyl version (`:version`): +- Tridactyl version (`:version`): -* Firefox version (Top right menu > Help > About Firefox): +- Firefox version (Top right menu > Help > About Firefox): -* URL of the website the bug happens on: +- URL of the website the bug happens on: -* Config (in a new tab, run `:viewconfig`, copy the url and paste it somewhere like gist.github.com): +- Config (in a new tab, run `:viewconfig --user`, copy the url and paste it somewhere like gist.github.com): -* Contents of ~/.tridactylrc or ~/.config/tridactyl/tridactylrc (if they exist): +- Contents of ~/.tridactylrc or ~/.config/tridactyl/tridactylrc (if they exist): ``` Insert tridactylrc contents between the backticks @@ -36,6 +36,8 @@ Insert tridactylrc contents between the backticks -* Operating system: -* 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: +- Operating system: +- Result of running `:! echo $PATH`, or `! echo %PATH%` on Windows, in Tridactyl: +- Unix-like only: + - `:native` less than 0.2.0: result of running `printf '%c\0\0\0{"cmd": "run", "command": "echo $PATH"}' 39 | ~/.local/share/tridactyl/native_main.py` in a terminal: + - `:native` at least version 0.2.0: result of running `printf '%c\0\0\0{"cmd": "run", "command": "echo $PATH"}' 39 | ~/.local/share/tridactyl/native_main` in a terminal: