aboutsummaryrefslogtreecommitdiffstats
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-23 16:47:40 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-26 13:50:54 -0300
commit79c52d8e971c32d0a19c1bf65d5b8183f852cadc (patch)
treec13699456c0a41d68407875d88a9b5a012d4f7e3 /.github/pull_request_template.md
parentREADME.md: improve badges/links (diff)
downloadfirejail-79c52d8e971c32d0a19c1bf65d5b8183f852cadc.tar.gz
firejail-79c52d8e971c32d0a19c1bf65d5b8183f852cadc.tar.zst
firejail-79c52d8e971c32d0a19c1bf65d5b8183f852cadc.zip
docs: clarify and improve links and items
Changes: * Add titles to referenced issues/discussions * Use relative links for paths * Separate repo paths from installed paths * Turn some links and items into lists to make them stand out
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r--.github/pull_request_template.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 1947cb00f..faa2a4108 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -2,8 +2,11 @@ If your PR isn't about profiles or you have no idea how to do one of these, skip
2 2
3If you submit a PR for new profiles or changing profiles, please do the following: 3If you submit a PR for new profiles or changing profiles, please do the following:
4 4
5- The ordering of options follow the rules described in [/usr/share/doc/firejail/profile.template](https://github.com/netblue30/firejail/blob/master/etc/templates/profile.template). 5- The ordering of options follow the rules described in
6- Order the arguments of options alphabetically. You can easily do this with [sort.py](https://github.com/netblue30/firejail/tree/master/contrib/sort.py). 6 [etc/templates/profile.template](../blob/master/etc/templates/profile.template)
7 (/usr/share/doc/firejail/profile.template when installed).
8- Order the arguments of options alphabetically. You can easily do this with
9 [sort.py](../blob/master/contrib/sort.py).
7 10
8 The path to it depends on your distro: 11 The path to it depends on your distro:
9 12
@@ -13,4 +16,4 @@ If you submit a PR for new profiles or changing profiles, please do the followin
13 | Debian/Ubuntu/Mint | `/usr/lib/x86_64-linux-gnu/firejail/sort.py` | 16 | Debian/Ubuntu/Mint | `/usr/lib/x86_64-linux-gnu/firejail/sort.py` |
14 | local git clone | `contrib/sort.py` | 17 | local git clone | `contrib/sort.py` |
15 18
16See also [CONTRIBUTING.md](/CONTRIBUTING.md). 19See also [CONTRIBUTING.md](../blob/master/CONTRIBUTING.md).