aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 3c9eb56a9..e2d7491ae 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -47,11 +47,13 @@ Other context about the problem like related errors to understand the problem.
47- [ ] I'm aware of `browser-allow-drm yes`/`browser-disable-u2f no` in `firejail.config` to allow DRM/U2F in browsers. 47- [ ] I'm aware of `browser-allow-drm yes`/`browser-disable-u2f no` in `firejail.config` to allow DRM/U2F in browsers.
48- [ ] This is not a question. Questions should be asked in https://github.com/netblue30/firejail/discussions. 48- [ ] This is not a question. Questions should be asked in https://github.com/netblue30/firejail/discussions.
49 49
50 50<details>
51<details><summary> debug output </summary> 51<summary>debug output</summary>
52<p>
52 53
53``` 54```
54OUTPUT OF `firejail --debug PROGRAM` 55OUTPUT OF `firejail --debug PROGRAM`
55``` 56```
56 57
58</p>
57</details> 59</details>