aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-09-17 07:46:01 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-09-19 08:18:17 -0300
commit2b2df6604773f6c5a424456f43bb8200c6d33ab2 (patch)
tree5c1b85e797cdd5926572e39a5cba65911b3997ae /.github/ISSUE_TEMPLATE
parentbug_report.md: use LC_ALL instead of LANG (diff)
downloadfirejail-2b2df6604773f6c5a424456f43bb8200c6d33ab2.tar.gz
firejail-2b2df6604773f6c5a424456f43bb8200c6d33ab2.tar.zst
firejail-2b2df6604773f6c5a424456f43bb8200c6d33ab2.zip
bug_report.md: use LC_ALL where appropriate
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index dc5ebcee0..dd7c4b220 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -30,7 +30,7 @@ _What actually happened_
30 30
31### Behavior without a profile 31### Behavior without a profile
32 32
33_What changed calling `firejail --noprofile /path/to/program` in a terminal?_ 33_What changed calling `LC_ALL=C firejail --noprofile /path/to/program` in a terminal?_
34 34
35### Additional context 35### Additional context
36 36
@@ -55,7 +55,7 @@ _Any other detail that may help to understand/debug the problem_
55### Log 55### Log
56 56
57<details> 57<details>
58<summary>Output of <code>firejail /path/to/program</code></summary> 58<summary>Output of <code>LC_ALL=C firejail /path/to/program</code></summary>
59<p> 59<p>
60 60
61``` 61```
@@ -66,7 +66,7 @@ output goes here
66</details> 66</details>
67 67
68<details> 68<details>
69<summary>Output of <code>firejail --debug /path/to/program</code></summary> 69<summary>Output of <code>LC_ALL=C firejail --debug /path/to/program</code></summary>
70<p> 70<p>
71 71
72``` 72```