aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-23 03:47:03 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-24 11:06:36 -0300
commitf5a77d5e716577944fb698feefb7392bb77c4dcd (patch)
treed8459dd9a366264442a4fa551b9ad0e7fa5ffbf4 /CONTRIBUTING.md
parentdocs: fix headings and yaml frontmatter (diff)
downloadfirejail-f5a77d5e716577944fb698feefb7392bb77c4dcd.tar.gz
firejail-f5a77d5e716577944fb698feefb7392bb77c4dcd.tar.zst
firejail-f5a77d5e716577944fb698feefb7392bb77c4dcd.zip
docs: fix list item indentation on CONTRIBUTING.md
This amends commit 375468008 ("docs: remove indents on top-level lists and tables", 2023-02-01) / PR #5674. Relates to #2784.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a249e7873..37c545131 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,9 +17,9 @@ we can handle the report more easily:
17- Linux distribution (so that we can try to reproduce it, if necessary). 17- Linux distribution (so that we can try to reproduce it, if necessary).
18- If you know that the problem did not exist in an earlier version of firejail, please mention it. 18- If you know that the problem did not exist in an earlier version of firejail, please mention it.
19- If you are reporting that a program does not work with firejail, please also run firejail with 19- If you are reporting that a program does not work with firejail, please also run firejail with
20the `--noprofile` argument. 20 the `--noprofile` argument.
21For example, if `firejail firefox` does not work, please also run `firejail --noprofile firefox` and 21 For example, if `firejail firefox` does not work, please also run `firejail --noprofile firefox` and
22let us know if it runs correctly or not. 22 let us know if it runs correctly or not.
23- You may also try disabling various options provided in `/etc/firejail/<ProgramName.profile>` until you find out which one causes problems. It will significantly help to find solution for your issue. 23- You may also try disabling various options provided in `/etc/firejail/<ProgramName.profile>` until you find out which one causes problems. It will significantly help to find solution for your issue.
24 24
25Please note: if you are running Debian, Ubuntu, Linux Mint, or another related 25Please note: if you are running Debian, Ubuntu, Linux Mint, or another related