From 798fe4a1ef0bddec34a27659ac049a62ed8aa93b Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Wed, 7 Jan 2026 20:39:46 +0100 Subject: [PATCH] Remove git version It's unnecessary to ask users to provide this; the output of `lazygit --version` contains it already. --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index caeb15ba2..e7c2d4965 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,7 +26,6 @@ If applicable, add screenshots to help explain your problem. ### Version info: * _Run `lazygit --version` and paste the result here_ -* _Run `git --version` and paste the result here_ ### Additional context Add any other context about the problem here.