aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-24 01:22:01 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-24 11:06:36 -0300
commit26c553ec521a3f20cf3b77a4230e85cdd314fbe7 (patch)
tree81938b86bc9ef60cac97818365142c24c6d79415 /.github
parentdocs: remove indents on top-level lists and tables (diff)
downloadfirejail-26c553ec521a3f20cf3b77a4230e85cdd314fbe7.tar.gz
firejail-26c553ec521a3f20cf3b77a4230e85cdd314fbe7.tar.zst
firejail-26c553ec521a3f20cf3b77a4230e85cdd314fbe7.zip
docs: remove old notes from PR template
profile.template and sort.py have been released for a while now.
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 6e82f45aa..1947cb00f 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -3,7 +3,6 @@ If your PR isn't about profiles or you have no idea how to do one of these, skip
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 [/usr/share/doc/firejail/profile.template](https://github.com/netblue30/firejail/blob/master/etc/templates/profile.template).
6 > Hint: The profile-template is very new. If you install firejail with your package manager, it may be missing. In order to follow the latest rules, it is recommended to use the template from the repository.
7- 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- Order the arguments of options alphabetically. You can easily do this with [sort.py](https://github.com/netblue30/firejail/tree/master/contrib/sort.py).
8 7
9 The path to it depends on your distro: 8 The path to it depends on your distro:
@@ -14,6 +13,4 @@ If you submit a PR for new profiles or changing profiles, please do the followin
14 | Debian/Ubuntu/Mint | `/usr/lib/x86_64-linux-gnu/firejail/sort.py` | 13 | Debian/Ubuntu/Mint | `/usr/lib/x86_64-linux-gnu/firejail/sort.py` |
15 | local git clone | `contrib/sort.py` | 14 | local git clone | `contrib/sort.py` |
16 15
17 Note also that the sort.py script exists only since firejail `0.9.61`.
18
19See also [CONTRIBUTING.md](/CONTRIBUTING.md). 16See also [CONTRIBUTING.md](/CONTRIBUTING.md).