summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-12-15 19:27:23 -0500
committerMatan Kushner <hello@matchai.me>2019-12-15 19:27:23 -0500
commit2edccd8848a1c5d26dd5c35016ac1734cb44519b (patch)
tree8c5a1f9f37a9b50b325fd76be58ae3f12003543a /.github
parent7c05412f46a2e38ed32a92aa1dd8b7add7be5ff9 (diff)
docs: Update bug report template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/Bug_report.md22
1 files changed, 16 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md
index 0c0abf963..ae79c8521 100644
--- a/.github/ISSUE_TEMPLATE/Bug_report.md
+++ b/.github/ISSUE_TEMPLATE/Bug_report.md
@@ -7,8 +7,18 @@ assignees: ''
---
+<!--
+─────────────────────────────────────────────
+ ⚠️ IMPORTANT: Please run the following command to create an issue:
+
+ starship bug-report
+
+ An issue will be pre-populated with your system's configuration,
+ making the process a whole lot quicker 😊
+─────────────────────────────────────────────
+-->
+
## Bug Report
-<!-- We recommend running `starship bug-report` in the shell you are experiencing unexpected behavior. The command will automatically pre-fill a report with your system information. -->
#### Current Behavior
<!-- A clear and concise description of the behavior. -->
@@ -19,13 +29,16 @@ assignees: ''
#### Additional context/Screenshots
<!-- Add any other context about the problem here. If applicable, add screenshots to help explain. -->
+#### Possible Solution
+<!--- Only if you have suggestions on a fix for the bug -->
+
#### 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]
+- Operating system: [e.g. macOS 10.13.4, Windows 10]
#### Relevant Shell Configuration
<!--
@@ -39,11 +52,8 @@ assignees: ''
```
#### Starship Configuration
-<!-- Can be found in $XDG_CONFIG_HOME/starship.toml or ~/.config/starship.toml -->
+<!-- Can be found in ~/.config/starship.toml -->
```bash
# Your configuration here
```
-
-#### Possible Solution
-<!--- Only if you have suggestions on a fix for the bug -->