From f7daa5884a3c8861fce7388517cdc363249854c9 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Tue, 6 Sep 2016 03:58:06 -0700 Subject: [PATCH] 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. --- .github/ISSUE_TEMPLATE.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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 +```