diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index ae79c8521..def3c3020 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -9,12 +9,12 @@ assignees: '' @@ -36,24 +36,30 @@ assignees: '' - Starship version: [the output of `starship --version`] - Shell type: [fish, zsh] - Shell version: [the output of `fish --version` or `zsh --version`] -- Shell plugin manager: [e.g. oh-my-fish, oh-my-zsh, fisher, antigen] +- Shell plugin manager: [if present, e.g. oh-my-fish, oh-my-zsh, fisher, antigen] - Terminal emulator: [e.g. iTerm, Hyper, Terminator] - Operating system: [e.g. macOS 10.13.4, Windows 10] #### Relevant Shell Configuration -```bash +``` # Your configuration here ``` #### Starship Configuration -```bash +```toml # Your configuration here ```