diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dc5ebcee084..dd7c4b22004 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,7 +30,7 @@ _What actually happened_ ### Behavior without a profile -_What changed calling `firejail --noprofile /path/to/program` in a terminal?_ +_What changed calling `LC_ALL=C firejail --noprofile /path/to/program` in a terminal?_ ### Additional context @@ -55,7 +55,7 @@ _Any other detail that may help to understand/debug the problem_ ### Log
-Output of firejail /path/to/program +Output of LC_ALL=C firejail /path/to/program

``` @@ -66,7 +66,7 @@ output goes here

-Output of firejail --debug /path/to/program +Output of LC_ALL=C firejail --debug /path/to/program

```