aboutsummaryrefslogtreecommitdiffstats
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
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).