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:
Aaron Gyes 2016-09-06 03:58:06 -07:00 committed by GitHub
parent f0e884075c
commit f7daa5884a

View file

@ -9,14 +9,13 @@
Talk about the the issue here. Talk about the the issue here.
## Reproduction steps ## Reproduction steps
Hard to explain? Link to [a screen recording](https://asciinema.org) 1. step one
1. Launch fish
2. … 2. …
## Expected results <!-- Hard to explain? Post a screen recording on asciinema.org then link it here -->
Fish should…
## Actual results ## Results
~ $ math 2 + 2 ```console
5 ~ $ math 2 + 2
5
```