From fac9b2393f5e5d43e655bbe4c269b55a3d76e7cc Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Tue, 28 Feb 2017 21:29:50 -0800 Subject: [PATCH] change the github issue template I have noticed that too many new issues have not used the issue template in the expected manner. Primarily because most people opening issues are not accustomed to Github Markdown syntax. So change the template to be exclusively a comment that provides advice regarding what information will help the fish community resolve a issue. --- .github/ISSUE_TEMPLATE.md | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index bb81594a4..03b2b48a7 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,21 +1,14 @@ - -- [ ] Have you checked if problem occurs with [fish 2.5.0](/fish-shell/fish-shell/releases/tag/2.5.0)? -- [ ] Tried fish without third-party customizations *(check `sh -c 'env HOME=$(mktemp -d) fish'`)*? + - -## Results -```console -~ $ math 2 + 2 -5 -``` +Tell us how to reproduce the problem. Including an asciinema.org recording is useful for problems that involve the visual display of fish output such as its prompt. +-->