From 386ee003d2c5b780969ab3e5ea98404dfa828ce4 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Fri, 14 Jun 2024 08:59:38 +0000 Subject: docs: bug_report.md: use absolute path in 'steps to reproduce' (#6382) We still see lots of issue reports where the user runs `firejail foo` and ends up running foo's sandbox twice (due to firecfg's symlink precedence). Try to improve the situation by explicitly using absolute paths in the 'steps to reproduce' section. --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index fc74640d4..37056a1ce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,7 +22,7 @@ _Describe the bug_ _Steps to reproduce the behavior_ -1. Run in bash `LC_ALL=C firejail PROGRAM` (`LC_ALL=C` to get a consistent +1. Run in bash `LC_ALL=C firejail /path/to/program` (`LC_ALL=C` to get a consistent output in English that can be understood by everybody) 2. Click on '....' 3. Scroll down to '....' -- cgit v1.2.3-70-g09d2