mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Update ISSUE_TEMPLATE.md
Added instructions to try without their configuration/plugins in place on issues template. Make it clear to future humans which fish version a user is confirming was affected (the current "latest fish")
This commit is contained in:
parent
9abbc5f06c
commit
34a2ce2646
1 changed files with 7 additions and 6 deletions
13
.github/ISSUE_TEMPLATE.md
vendored
13
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,13 +1,14 @@
|
|||
- [ ] Did you try [a quick search?](/issues?utf8=✓&q=is:issue+user:fish-shell)
|
||||
- [ ] Try [with the latest](/fish-shell/fish-shell/releases/tag/2.3.1) fish version?
|
||||
<!-- check if this problem is already solved! github.com/issues?q=is:issue+user:fish-shell -->
|
||||
Have you..
|
||||
- [ ] Have you checked if problem occurs with [fish 2.3.1](/fish-shell/fish-shell/releases/tag/2.3.1)?
|
||||
- [ ] Tried fish without third-party customizations *(check `sh -c 'env HOME=$(mktemp -d) fish'`)*?
|
||||
|
||||
**fish version installed** *(`fish --version`)*:
|
||||
**OS/terminal used**:
|
||||
|
||||
Talk about the the issue here.
|
||||
|
||||
**fish version installed**: `fish --version`
|
||||
**OS/terminal used**:
|
||||
|
||||
## Reproduction steps
|
||||
|
||||
Hard to explain? Link to [a screen recording](https://asciinema.org)
|
||||
|
||||
1. Launch fish
|
||||
|
|
Loading…
Reference in a new issue