From 19fdf5b42c07bd29cbcf445610d01d7fa69a3fa7 Mon Sep 17 00:00:00 2001 From: Sandro-Alessio Gierens Date: Thu, 4 Apr 2024 21:06:39 +0200 Subject: [PATCH] feat(github): ask for shell and terminal in bug report template Signed-off-by: Sandro-Alessio Gierens --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 71668051..37fd045f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,6 +11,7 @@ If eza does something unexpected, or its output looks wrong, or it displays an e - The version of eza being used (`eza --version`) - The command-line arguments you are using +- Your shell and terminal - Your operating system and hardware platform If it’s a crash, please include the full text of the crash that gets printed to the screen. If you’re seeing unexpected behaviour, a screenshot of the issue will help a lot.