fish-shell/.github/ISSUE_TEMPLATE.md

22 lines
575 B
Markdown
Raw Normal View History

<!-- check if this problem is already solved! github.com/issues?q=is:issue+user:fish-shell -->
- [ ] Have you checked if problem occurs with [fish 2.5.0](/fish-shell/fish-shell/releases/tag/2.5.0)?
- [ ] Tried fish without third-party customizations *(check `sh -c 'env HOME=$(mktemp -d) fish'`)*?
**fish version installed** *(`fish --version`)*:
2016-07-09 10:19:50 +00:00
2017-01-15 22:51:10 +00:00
**OS/terminal used**:
2016-02-24 06:44:19 +00:00
2017-01-15 22:51:10 +00:00
Talk about the the issue here.
## Reproduction steps
1. step one
2016-07-03 16:50:19 +00:00
2.
2016-02-24 06:44:19 +00:00
<!-- Hard to explain? Post a screen recording on asciinema.org then link it here -->
2016-02-24 06:44:19 +00:00
## Results
```console
~ $ math 2 + 2
5
```