summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2020-09-10 09:27:53 -0400
committerPaul Moore <paul@paul-moore.com>2020-09-15 14:25:47 -0400
commit3734fdc1f6a863cbef0377db1fe239791794be84 (patch)
tree9ef17875393806d29a18c7012a24f3123cb59871 /CONTRIBUTING.md
parent558382e177b3c7511c915e80f7a46b22b95d3dfb (diff)
downloadlibseccomp-3734fdc1f6a863cbef0377db1fe239791794be84.tar.gz
docs: update CONTRIBUTING with some community guidelines
Acked-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 76e2bb2..7130b90 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,4 +1,4 @@
-How to Submit Patches to the libseccomp Project
+How to Contribute to the libseccomp Project
===============================================================================
https://github.com/seccomp/libseccomp
@@ -8,6 +8,20 @@ to the rules described here, but by following the instructions below you
should have a much easier time getting your work merged with the upstream
project.
+## Interacting with the Community
+
+> "Be excellent to each other." - *Bill S. Preston, Esq.*
+
+The libseccomp project aims to be a welcoming place and we ask that anyone who
+interacts with the project, and the greater community, treat each other with
+dignity and respect. Individuals who do not behave in such a manner will be
+warned and asked to adjust their behavior; in extreme cases the individual
+may be blocked from the project.
+
+Examples of inappropriate behavior includes: profane, abusive, or prejudicial
+language directed at another person, vandalism (e.g. GitHub issue/PR "litter"),
+or spam.
+
## Test Your Code Using Existing Tests
There are three possible tests you can run to verify your code. The first