aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2018-01-29 13:32:31 -0600
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2018-01-29 13:32:31 -0600
commit1d1bb2e445f7ad075c44f11ceadd9af5afed84c2 (patch)
tree2d88d57bd45a9534a0ba506efb577715f89ec1da /CONTRIBUTING.md
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-1d1bb2e445f7ad075c44f11ceadd9af5afed84c2.tar.gz
firejail-1d1bb2e445f7ad075c44f11ceadd9af5afed84c2.tar.zst
firejail-1d1bb2e445f7ad075c44f11ceadd9af5afed84c2.zip
Add basic contributing info. Still need to add for pull requests, etc.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 000000000..0951d753e
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,21 @@
1Welcome to firejail, and thank you for your interest in contributing!
2
3# Opening an issue:
4We welcome issues, whether to ask a question, provide information, request a new profile or
5feature, or to report a suspected bug or problem.
6
7If you want to request a program profile that we don't already have, please add a comment in
8our dedicated issue, #1139.
9
10When submitting a bug report, please provide the following information so that
11we can handle the report more easily:
12 - firejail version. If you're not sure, open a terminal and type `firejail --version`.
13 - Linux distribution (so that we can try to reproduce it, if necessary).
14 - If you know that the problem did not exist in an earlier version of firejail, please mention it.
15 - If you are reporting that a program does not work with firejail, please also run firejail with
16 the `--noprofile` argument.
17 For example, if `firejail firefox` does not work, please also run `firejail --noprofile firefox` and
18 let us know if it runs correctly or not.
19
20We take security bugs very seriously. If you believe you have found one, please report it by
21emailing us at netblue30@yahoo.com