From 3f970685380d631831f6e297a79356503151e4c9 Mon Sep 17 00:00:00 2001 From: Kevin Song <4605384+chipbuster@users.noreply.github.com> Date: Fri, 31 Dec 2021 03:06:34 -0600 Subject: [PATCH] docs: Update GitHub ISSUE_TEMPLATE (#3366) Co-authored-by: Matan Kushner --- .github/ISSUE_TEMPLATE/Bug_report.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index ae79c852..def3c302 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -9,12 +9,12 @@ assignees: '' @@ -36,24 +36,30 @@ assignees: '' - 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] +- Shell plugin manager: [if present, e.g. oh-my-fish, oh-my-zsh, fisher, antigen] - Terminal emulator: [e.g. iTerm, Hyper, Terminator] - Operating system: [e.g. macOS 10.13.4, Windows 10] #### Relevant Shell Configuration -```bash +``` # Your configuration here ``` #### Starship Configuration -```bash +```toml # Your configuration here ```