mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Update ISSUE_TEMPLATE.md
This commit is contained in:
parent
85c346d6ad
commit
a8d911bd39
1 changed files with 10 additions and 11 deletions
21
.github/ISSUE_TEMPLATE.md
vendored
21
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,20 +1,19 @@
|
||||||
- [ ] Did you do a [quick search](https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Afish-shell)?
|
- [ ] Did you do [a quick search?](/issues?utf8=✓&q=is:issue+user:fish-shell)
|
||||||
- [ ] Check the [latest version](https://github.com/fish-shell/fish-shell/releases/tag/2.3.1) of fish?
|
- [ ] Try [with the latest](/fish-shell/fish-shell/releases/tag/2.3.1) fish version?
|
||||||
|
|
||||||
The problem is…
|
The problem is that … on `fish --version` with *this OS* and **these fish plugins** installed.
|
||||||
|
|
||||||
I'm using [`fish --version`] on [this OS]. I have [this plugin]
|
|
||||||
|
|
||||||
## Reproduction steps
|
## Reproduction steps
|
||||||
1.
|
1. Launch fish
|
||||||
|
2. …
|
||||||
|
|
||||||
## Expected results
|
## Expected results
|
||||||
~ $ math 2 + 2
|
Fish should…
|
||||||
2
|
|
||||||
|
|
||||||
## Actual results
|
## Actual results
|
||||||
[...]
|
~ $ math 2 + 2
|
||||||
|
5
|
||||||
|
|
||||||
## Additonal Information
|
## Additonal Information
|
||||||
|
Further thoughts…
|
||||||
[maybe a [recording](https://asciinema.org) helps]
|
Maybe linking to [a screen recording](https://asciinema.org) helps
|
||||||
|
|
Loading…
Reference in a new issue