diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 00000000..a43e6377 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,44 @@ +--- +name: 🐛 Bug Report +about: If something isn't working as expected 🤔. +--- + +## Bug Report + +#### Current Behavior + + +#### Expected Behavior + + +#### Additional context/Screenshots + + +#### 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: [e.g. oh-my-fish, oh-my-zsh, fisher, antigen] +- Terminal emulator: [e.g. iTerm, Hyper, Terminator] +- Operating system: [e.g. OSX 10.13.4, Windows 10] + +#### Relevant Shell Configuration + + +```bash +# Your configuration here +``` + +#### Starship Configuration + + +```bash +# Your configuration here +``` + +#### Possible Solution +