aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-08-24 20:15:29 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-08-25 15:04:25 -0300
commitdc3859f3454983ef38270290c7d9a5130045744e (patch)
tree1a9334fd98487bd6081ed21ed9c9ddc11bd1b343
parentbug_report.md: trim leading spaces on list items (diff)
downloadfirejail-dc3859f3454983ef38270290c7d9a5130045744e.tar.gz
firejail-dc3859f3454983ef38270290c7d9a5130045744e.tar.zst
firejail-dc3859f3454983ef38270290c7d9a5130045744e.zip
bug_report.md: format the details section
And put the code block inside of an HTML paragraph, so that it's not just free floating after the `<summary>`.
-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>