From 1d4bbd1c51ead78c97a9cb9d9eb22b416c0f5518 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Wed, 15 Jan 2025 10:22:04 +0000 Subject: [PATCH] docs: github: add program name/version to bug_report.md (#6607) See also commit 9bccccfa7 ("docs: github: streamline environment in issue templates (#6471)", 2024-09-13). --- .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 ec1b4a10fe..e4a2696c2f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -49,6 +49,8 @@ _Any other detail that may help to understand/debug the problem_ - Name/version/arch of the Linux kernel (`uname -srm`): - Name/version of the Linux distribution (e.g. "Ubuntu 20.04" or "Arch Linux"): +- Name/version of the relevant program(s)/package(s) (e.g. "firefox 134.0-1, + mesa 1:24.3.3-2"): - Version of Firejail (`firejail --version`): - If you use a development version of firejail, also the commit from which it was compiled (`git rev-parse HEAD`):