aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/ISSUE_TEMPLATE.md
blob: b7e083c41baf365069b8b5ff243bdd16fe8015ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!--
Thanks for helping to make fish better!

If you are asking for help with fish, or you've found a bug:
 - Make sure it's not a known or solved issue, by searching https://github.com/fish-shell/fish-shell/issues
 - Fill in the following information carefully:

-->

[Please include a short description of the problem here]

### Reproduction Steps:

1. [First Step]
2. [Second Step]
3. [Other Steps...]

### Expected behavior:

[Describe expected behavior here]

### Observed behavior:

[Describe observed behavior here]

### Additional information:

[ Other useful information, such as:
  When did this problem start?
  Does this happen all the time?
  Has anything changed on your system recently?
]
  

---
Fish version: [from the output of fish --version]

Operating system: [your operating system and how you installed fish e.g. Homebrew, Ubuntu PPA, distribution package]

Terminal or terminal emulator: [e.g. PuTTy, iTerm2, GNOME Terminal, VT220]