From 798fe4a1ef0bddec34a27659ac049a62ed8aa93b Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Wed, 7 Jan 2026 20:39:46 +0100 Subject: [PATCH 1/2] 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 caeb15ba21c..e7c2d49651f 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. From f16bec2ce378617e2f4675069f0d490b629e8845 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Wed, 7 Jan 2026 20:40:12 +0100 Subject: [PATCH 2/2] Ask users to provide information about their terminal --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e7c2d49651f..ae7200c5511 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,6 +27,9 @@ If applicable, add screenshots to help explain your problem. * _Run `lazygit --version` and paste the result here_ +### Terminal info: +What terminal are you using, and which version? For some types of bugs this information can be relevant. + ### Additional context Add any other context about the problem here.