aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ebc4d3a20..1ae293264 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -15,17 +15,18 @@ a comment in our dedicated issue:
15When submitting a bug report, please provide the following information so that 15When submitting a bug report, please provide the following information so that
16we can handle the report more easily: 16we can handle the report more easily:
17 17
18- firejail version. If you're not sure, open a terminal and type `firejail --version`. 18- firejail version. If you're not sure, open a terminal and type `firejail
19 --version`.
19- Linux distribution (so that we can try to reproduce it, if necessary). 20- Linux distribution (so that we can try to reproduce it, if necessary).
20- If you know that the problem did not exist in an earlier version of firejail, please mention it. 21- If you know that the problem did not exist in an earlier version of firejail,
21- If you are reporting that a program does not work with firejail, please also run firejail with 22 please mention it.
22 the `--noprofile` argument. 23- If you are reporting that a program does not work with firejail, please also
23 For example, if `firejail firefox` does not work, please also run `firejail --noprofile firefox` and 24 run firejail with the `--noprofile` argument. For example, if `firejail
25 firefox` does not work, please also run `firejail --noprofile firefox` and
24 let us know if it runs correctly or not. 26 let us know if it runs correctly or not.
25- You may also try disabling various options provided in 27- You may also try disabling various options provided in
26 `/etc/firejail/<ProgramName.profile>` until you find out which one causes 28 `/etc/firejail/<ProgramName.profile>` until you find out which one causes
27 problems. 29 problems. It will significantly help in finding a solution for your issue.
28 It will significantly help in finding a solution for your issue.
29 30
30Please note: If you are running Debian, Ubuntu, Linux Mint, or another related 31Please note: If you are running Debian, Ubuntu, Linux Mint, or another related
31distribution and you installed firejail from your distro's repositories, please 32distribution and you installed firejail from your distro's repositories, please