mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 01:52:39 +08:00
fac9b2393f
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.
15 lines
683 B
Markdown
15 lines
683 B
Markdown
<!--
|
|
Please tell us which fish version you are using by executing the following:
|
|
|
|
fish --version
|
|
echo $version
|
|
|
|
Please tell us which operating system and terminal you are using. The output of `uname -a` and `echo $TERM` may be helpful in this regard although other commands might be relevant in your specific situation.
|
|
|
|
Please tell us if you tried fish without third-party customizations by executing this command and whether it affected the behavior you are reporting:
|
|
|
|
sh -c 'env HOME=$(mktemp -d) fish'
|
|
|
|
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.
|
|
-->
|