diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 2b6d60cd3..f0aba404e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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… + -## Actual results - ~ $ math 2 + 2 - 5 +## Results +```console +~ $ math 2 + 2 +5 +```