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.
## 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
```