aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-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```