aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 efd5d05de..a326007ef 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -15,7 +15,7 @@ _Describe the bug_
15 15
16_Steps to reproduce the behavior_ 16_Steps to reproduce the behavior_
17 17
181. Run in bash `LANG=C firejail PROGRAM` (`LANG=C` to get english messages that can be understood by everybody) 181. Run in bash `LANG=C firejail PROGRAM` (`LANG=C` to get English messages that can be understood by everybody)
192. Click on '....' 192. Click on '....'
203. Scroll down to '....' 203. Scroll down to '....'
214. See error `ERROR` 214. See error `ERROR`
@@ -40,11 +40,11 @@ _Any other context you have to understand the problem_
40 40
41- Linux distribution and version (e.g. "Ubuntu 20.04" or "Arch Linux") 41- Linux distribution and version (e.g. "Ubuntu 20.04" or "Arch Linux")
42- Firejail version (`firejail --version`). 42- Firejail version (`firejail --version`).
43 If you use a development version also the commit from which firejail was compiled (`git rev-parse HEAD`). 43- If you use a development version of firejail, also the commit from which it was compiled (`git rev-parse HEAD`).
44 44
45### Checklist 45### Checklist
46 46
47- [ ] The issues is caused by firejail (i.e running the program by path (e.g. `/usr/bin/vlc`) "fixes" it). 47- [ ] The issues is caused by firejail (i.e. running the program by path (e.g. `/usr/bin/vlc`) "fixes" it).
48- [ ] I can reproduce the issue without custom modifications (e.g. globals.local). 48- [ ] I can reproduce the issue without custom modifications (e.g. globals.local).
49- [ ] The program has a profile. (If not, request one in `https://github.com/netblue30/firejail/issues/1139`) 49- [ ] The program has a profile. (If not, request one in `https://github.com/netblue30/firejail/issues/1139`)
50- [ ] The profile (and redirect profile if exists) hasn't already been fixed [upstream](https://github.com/netblue30/firejail/tree/master/etc). 50- [ ] The profile (and redirect profile if exists) hasn't already been fixed [upstream](https://github.com/netblue30/firejail/tree/master/etc).