aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b53b69f75..737003874 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,3 +26,10 @@ firejail-profiles was not installed when installing firejail.
26 26
27We take security bugs very seriously. If you believe you have found one, please report it by 27We take security bugs very seriously. If you believe you have found one, please report it by
28emailing us at netblue30@yahoo.com 28emailing us at netblue30@yahoo.com
29
30# Opening an pull request:
31Pull requests with enhancements, bugfixes or new profiles are very welcome.
32
33If you want to write a new profile, the easiest way to do this is to use the
34[profile template](https://github.com/netblue30/firejail/blob/master/etc/templates/profile.template).
35If you have already written a profile, please make sure it follows the rules described in the template.