aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorKirill Primak <vyivel@posteo.net>2021-11-06 16:51:23 +0300
committerKirill Primak <vyivel@posteo.net>2021-11-06 17:01:53 +0300
commitfc1ed72bdcb8fc3b541c46a54e28910d600cde43 (patch)
treea8ab35ca2cd600510056bccbb5f94280ad0c42ce /CONTRIBUTING.md
parent8634dd3e6ab9e629e18c973898c1a01835f4f925 (diff)
CONTRIBUTING.md: add CoC section
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b63d8b4f..a5b474e0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -113,6 +113,13 @@ process is:
4. **Merge** the merge request when all reviewers approve.
5. **File** follow-up tickets if appropriate.
+## Code of Conduct
+
+Note that as a project hosted on freedesktop.org, wlroots follows its
+[Code of Conduct], based on the Contributor Covenant. Please conduct yourself
+in a respectful and civilized manner when communicating with community members
+on IRC and bug tracker.
+
## Style Reference
wlroots is written in C with a style similar to the [kernel style], but with a
@@ -397,5 +404,6 @@ static void subsurface_handle_surface_destroy(struct wl_listener *listener,
[linear, "recipe" style]: https://www.bitsnbites.eu/git-history-work-log-vs-recipe/
[git-rebase.io]: https://git-rebase.io/
[reference issues]: https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically
+[Code of Conduct]: https://www.freedesktop.org/wiki/CodeOfConduct/
[How to Write a Git Commit Message]: https://chris.beams.io/posts/git-commit/
[kernel style]: https://www.kernel.org/doc/Documentation/process/coding-style.rst