mirror of
https://github.com/starship/starship.git
synced 2024-11-29 11:43:37 +01:00
docs: Update GitHub ISSUE_TEMPLATE (#3366)
Co-authored-by: Matan Kushner <hello@matchai.dev>
This commit is contained in:
parent
2b405042b9
commit
3f97068538
24
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
24
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@ -9,12 +9,12 @@ assignees: ''
|
|||||||
|
|
||||||
<!--
|
<!--
|
||||||
─────────────────────────────────────────────
|
─────────────────────────────────────────────
|
||||||
⚠️ IMPORTANT: Please run the following command to create an issue:
|
⚠️ IMPORTANT: Please run the following command to create an issue:
|
||||||
|
|
||||||
starship bug-report
|
starship bug-report
|
||||||
|
|
||||||
An issue will be pre-populated with your system's configuration,
|
An issue will be pre-populated with your system's configuration,
|
||||||
making the process a whole lot quicker 😊
|
making the process a whole lot quicker 😊
|
||||||
─────────────────────────────────────────────
|
─────────────────────────────────────────────
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user