From 2927f672fd9eca868875594ff749150f3fec88e4 Mon Sep 17 00:00:00 2001 From: EmilySeville7cfg Date: Sun, 20 Feb 2022 18:45:08 +1000 Subject: [PATCH] More user-friendly hints in bug report --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fb1bbcdf43..d4ffc4466f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -65,7 +65,7 @@ body: label: "bash-it doctor output" value: | ``` - # Smth here + # How to get: bash-it doctor ``` validations: required: false @@ -74,7 +74,7 @@ body: label: Your ~/.bashrc value: | ```bash - # Smth here + # How to get: cat ~/.bashrc ``` validations: required: true