1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-03 09:00:50 +00:00
starship/.github/ISSUE_TEMPLATE/Bug_report.md
Jon Grythe Stødle 76804cc3c8 feat: Add bug-report sub-command (#725)
This adds a sub command to generate the link. Information, such as operating system and it's version; the current shell's config; and current starship conf, is gathered from the environment and is included in the pre-filled text. The command will also try to open the link in the default browser. Should that fail it will print the link instead and ask the user to copy it.
2019-12-14 18:40:12 -05:00

1.4 KiB

name about title labels assignees
🐛 Bug Report If something isn't working as expected 🤔. 🐛 bug

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

# Your configuration here

Starship Configuration

# Your configuration here

Possible Solution