From a8d911bd398a1da5abd46cfbb5235212ec27ec5f Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sun, 3 Jul 2016 09:50:19 -0700 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 90c1f59c4..125167ed6 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,20 +1,19 @@ -- [ ] Did you do a [quick search](https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Afish-shell)? -- [ ] Check the [latest version](https://github.com/fish-shell/fish-shell/releases/tag/2.3.1) of fish? +- [ ] Did you do [a quick search?](/issues?utf8=✓&q=is:issue+user:fish-shell) +- [ ] Try [with the latest](/fish-shell/fish-shell/releases/tag/2.3.1) fish version? -The problem is… - -I'm using [`fish --version`] on [this OS]. I have [this plugin] +The problem is that … on `fish --version` with *this OS* and **these fish plugins** installed. ## Reproduction steps -1. +1. Launch fish +2. … ## Expected results - ~ $ math 2 + 2 - 2 +Fish should… ## Actual results -[...] + ~ $ math 2 + 2 + 5 ## Additonal Information - -[maybe a [recording](https://asciinema.org) helps] +Further thoughts… +Maybe linking to [a screen recording](https://asciinema.org) helps