Update issue template

This commit is contained in:
Oliver Blanthorn 2021-01-22 20:09:08 +01:00
parent c69f13e8e4
commit 757d657809
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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
<!-- If your bug is about Tridactyl's native executable, please add the following information: -->
* 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: