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.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 9244646d2..3c9eb56a9 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -30,8 +30,8 @@ Steps to reproduce the behavior:
30 30
31### Environment 31### Environment
32 32
33 - Linux distribution and version (ie output of `lsb_release -a`, `screenfetch` or `cat /etc/os-release`) 33- Linux distribution and version (ie output of `lsb_release -a`, `screenfetch` or `cat /etc/os-release`)
34 - Firejail version (output of `firejail --version`) exclusive or used git commit (`git rev-parse HEAD`) 34- Firejail version (output of `firejail --version`) exclusive or used git commit (`git rev-parse HEAD`)
35 35
36### Additional context 36### Additional context
37 37
@@ -39,13 +39,13 @@ Other context about the problem like related errors to understand the problem.
39 39
40### Checklist 40### Checklist
41 41
42 - [ ] The profile (and redirect profile if exists) hasn't already been fixed [upstream](https://github.com/netblue30/firejail/tree/master/etc). 42- [ ] The profile (and redirect profile if exists) hasn't already been fixed [upstream](https://github.com/netblue30/firejail/tree/master/etc).
43 - [ ] The program has a profile. (If not, request one in `https://github.com/netblue30/firejail/issues/1139`) 43- [ ] The program has a profile. (If not, request one in `https://github.com/netblue30/firejail/issues/1139`)
44 - [ ] I have performed a short search for similar issues (to avoid opening a duplicate). 44- [ ] I have performed a short search for similar issues (to avoid opening a duplicate).
45 - [ ] If it is a AppImage, `--profile=PROFILENAME` is used to set the right profile. 45- [ ] If it is a AppImage, `--profile=PROFILENAME` is used to set the right profile.
46 - [ ] Used `LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAM` to get english error-messages. 46- [ ] Used `LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAM` to get english error-messages.
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
51<details><summary> debug output </summary> 51<details><summary> debug output </summary>