aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-26 04:26:59 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-26 13:52:11 -0300
commita516247a1c2715b98c8b6281cbd76d5399f51540 (patch)
tree41053cf10af48caa759768eac14ab209b6016bd0 /.github
parentdocs: line-wrap some long lines (diff)
downloadfirejail-a516247a1c2715b98c8b6281cbd76d5399f51540.tar.gz
firejail-a516247a1c2715b98c8b6281cbd76d5399f51540.tar.zst
firejail-a516247a1c2715b98c8b6281cbd76d5399f51540.zip
docs: line-wrap markdown and use double-spacing
Use two spaces to separate sentences to make the source easier to read in monospace fonts (such as when editing or reviewing it), especially for longer paragraphs. The HTML output should still look the same. Misc: This also removes source-level ambiguity regarding abbreviations (such as "Mr.") vs the end of sentences and enables moving between sentences in vi with `(` and `)`, for example.
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index ecc5be304..4a7998e87 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -7,7 +7,7 @@ following:
7- The ordering of options follow the rules described in 7- The ordering of options follow the rules described in
8 [etc/templates/profile.template](../blob/master/etc/templates/profile.template) 8 [etc/templates/profile.template](../blob/master/etc/templates/profile.template)
9 (/usr/share/doc/firejail/profile.template when installed). 9 (/usr/share/doc/firejail/profile.template when installed).
10- Order the arguments of options alphabetically. You can easily do this with 10- Order the arguments of options alphabetically. You can easily do this with
11 [sort.py](../blob/master/contrib/sort.py). 11 [sort.py](../blob/master/contrib/sort.py).
12 12
13 The path to it depends on your distro: 13 The path to it depends on your distro: