From 7a343a86651fa6f57f1f1a7d85ec548cf3bf1b80 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sun, 3 Jul 2016 09:35:12 -0700 Subject: [PATCH] Get rid of HTML comments entirely on template Use example markdown placeholders and hope people tear into it/use it. --- .github/ISSUE_TEMPLATE.md | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e40d8ad4a..4c830a7de 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,24 +1,21 @@ - +- [ ] 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? -### Reproduction steps +The problem is… -1. [first step] -2. [second step]... +I'm using [`fish --version`] on [Operating System]. I have [this custom plugin installed] -### Expected results +## Reproduction steps +1. -[...] +## Expected results + ~ $ math 2 + 2 + 2 + ~ $ -### Actual results +## Actual results -[...] ---- +## Additonal Information -[any additional information here] - -* fish version: [output of fish --version] -* OS: [your operating system] -* terminal: [e.g. PuTTy, iTerm2, GNOME Terminal, VT220] +maybe a [recording](https://asciinema.org) helps