1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-02-09 23:48:36 +00:00

docs: Update GitHub ISSUE_TEMPLATE (#3366)

Co-authored-by: Matan Kushner <hello@matchai.dev>
This commit is contained in:
Kevin Song 2021-12-31 03:06:34 -06:00 committed by GitHub
parent 2b405042b9
commit 3f97068538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,24 +36,30 @@ assignees: ''
- Starship version: [the output of `starship --version`] - Starship version: [the output of `starship --version`]
- Shell type: [fish, zsh] - Shell type: [fish, zsh]
- Shell version: [the output of `fish --version` or `zsh --version`] - 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] - Terminal emulator: [e.g. iTerm, Hyper, Terminator]
- Operating system: [e.g. macOS 10.13.4, Windows 10] - Operating system: [e.g. macOS 10.13.4, Windows 10]
#### Relevant Shell Configuration #### Relevant Shell Configuration
<!-- <!--
Based on the shell you use, please paste the appropriate configuration. Based on the shell you use, please paste the appropriate configuration.
Fish users: ~/.config/fish/config.fish The default location for your shell is:
Zsh users: ~/.zshrc Bash: ~/.bashrc
Zsh: ~/.zshrc
Fish: ~/.config/fish/config.fish
Xonsh: ~/.config/xonsh/rc.xsh
Elvish: ~/.config/elvish/rc.elv
Nushell: ~/.config/nu/config.toml
Ion: ~/.config/ion/initrc
--> -->
```bash ```
# Your configuration here # Your configuration here
``` ```
#### Starship Configuration #### Starship Configuration
<!-- Can be found in ~/.config/starship.toml --> <!-- Can be found in ~/.config/starship.toml -->
```bash ```toml
# Your configuration here # Your configuration here
``` ```