mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Update issue template
This commit is contained in:
parent
c69f13e8e4
commit
757d657809
1 changed files with 12 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue