From 02b477dea430455ac01c6c658c1aa916b154e971 Mon Sep 17 00:00:00 2001 From: Hiroki Osame Date: Thu, 2 Mar 2023 19:07:00 +0900 Subject: [PATCH] chore: issue templates --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index c8a3430..6473d69 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -26,7 +26,10 @@ body: attributes: label: aicommits version description: | - > aicommits --version + Run and paste the output of: + ```sh + aicommits --version + ``` placeholder: v0.0.0 validations: required: true @@ -35,7 +38,7 @@ body: label: Environment description: | Run and paste the output of: - ``` + ```sh npx envinfo --system --binaries ```