1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-06 10:30:47 +00:00
starship/.github/ISSUE_TEMPLATE/Bug_report.md

66 lines
1.9 KiB
Markdown
Raw Normal View History

2019-04-26 03:00:57 +00:00
---
2019-08-19 17:00:32 +00:00
name: "\U0001F41B Bug Report"
about: "If something isn't working as expected \U0001F914."
title: ''
labels: "\U0001F41B bug"
assignees: ''
2019-04-26 03:00:57 +00:00
---
2019-12-16 00:27:23 +00:00
<!--
─────────────────────────────────────────────
⚠️ IMPORTANT: Please run the following command to create an issue:
2019-12-16 00:27:23 +00:00
starship bug-report
An issue will be pre-populated with your system's configuration,
making the process a whole lot quicker 😊
2019-12-16 00:27:23 +00:00
─────────────────────────────────────────────
-->
2019-04-26 03:00:57 +00:00
## Bug Report
#### Current Behavior
<!-- A clear and concise description of the behavior. -->
#### Expected Behavior
<!-- A clear and concise description of what you expected to happen. -->
#### Additional context/Screenshots
<!-- Add any other context about the problem here. If applicable, add screenshots to help explain. -->
2019-12-16 00:27:23 +00:00
#### Possible Solution
<!--- Only if you have suggestions on a fix for the bug -->
2019-04-26 03:00:57 +00:00
#### Environment
- Starship version: [the output of `starship --version`]
- Shell type: [fish, zsh]
- Shell version: [the output of `fish --version` or `zsh --version`]
- Shell plugin manager: [if present, e.g. oh-my-fish, oh-my-zsh, fisher, antigen]
2019-04-26 03:00:57 +00:00
- Terminal emulator: [e.g. iTerm, Hyper, Terminator]
2019-12-16 00:27:23 +00:00
- Operating system: [e.g. macOS 10.13.4, Windows 10]
2019-04-26 03:00:57 +00:00
#### Relevant Shell Configuration
<!--
2019-04-26 03:00:57 +00:00
Based on the shell you use, please paste the appropriate configuration.
The default location for your shell is:
Bash: ~/.bashrc
Zsh: ~/.zshrc
Fish: ~/.config/fish/config.fish
Xonsh: ~/.config/xonsh/rc.xsh
Elvish: ~/.config/elvish/rc.elv
Nushell: $nu.config-path
Ion: ~/.config/ion/initrc
2019-04-26 03:00:57 +00:00
-->
```
2019-04-26 03:00:57 +00:00
# Your configuration here
```
#### Starship Configuration
2019-12-16 00:27:23 +00:00
<!-- Can be found in ~/.config/starship.toml -->
2019-04-26 03:00:57 +00:00
```toml
2019-04-26 03:00:57 +00:00
# Your configuration here
```