mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Update issue template
- Comment out asciinema - people too often leave a link there. - "Launch fish" is probably a stupid thing to have a first step. - Combine the expected/actual result sections, maybe that was too tedious.
This commit is contained in:
parent
f0e884075c
commit
f7daa5884a
1 changed files with 7 additions and 8 deletions
15
.github/ISSUE_TEMPLATE.md
vendored
15
.github/ISSUE_TEMPLATE.md
vendored
|
@ -9,14 +9,13 @@
|
|||
Talk about the the issue here.
|
||||
|
||||
## Reproduction steps
|
||||
Hard to explain? Link to [a screen recording](https://asciinema.org)
|
||||
|
||||
1. Launch fish
|
||||
1. step one
|
||||
2. …
|
||||
|
||||
## Expected results
|
||||
Fish should…
|
||||
<!-- Hard to explain? Post a screen recording on asciinema.org then link it here -->
|
||||
|
||||
## Actual results
|
||||
~ $ math 2 + 2
|
||||
5
|
||||
## Results
|
||||
```console
|
||||
~ $ math 2 + 2
|
||||
5
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue