From d6d0ae83833a71a8bdd228965f705a1023550e3d Mon Sep 17 00:00:00 2001 From: Postmodern Date: Sat, 5 Aug 2023 17:03:08 -0700 Subject: [PATCH] Add `git --version` to the list of suggested version information. --- .github/ISSUE_TEMPLATE/bug-report.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 83a20d96..6dd473de 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -41,4 +41,6 @@ Steps to reproduce the bug: ... $ ruby --version ... + $ git --version + ...