From 9bba225157e640c735917098a4f23e0acd2b32de Mon Sep 17 00:00:00 2001 From: Jakob Schnell Date: Mon, 4 Dec 2017 18:24:18 +0100 Subject: [PATCH] Add mention of CoC in README.md (#696) * mention CoC in README.md According to the discussion in #689, the Code of Conduct gets directly referenced in the README-file, instead of linking to the CODE_OF_CONDUCT-file * undo whitespace-change --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index f5df0eef2a..24f962c098 100644 --- a/README.rst +++ b/README.rst @@ -40,6 +40,11 @@ Contributing If you want to contribute to pretix, please read the `developer documentation`_ in our documentation. If you have any further questions, please do not hesitate to ask! +Code of Conduct +--------------- +We have a `Code of Conduct`_ in place that applies to all project contributions, +including issues, pull requests, etc. + License ------- The code in this repository is published under the terms of the Apache License. @@ -50,5 +55,6 @@ AUTHORS file for a list of all the awesome folks who contributed to this project .. _installation guide: https://docs.pretix.eu/en/latest/admin/installation/index.html .. _developer documentation: https://docs.pretix.eu/en/latest/development/index.html +.. _Code of Conduct: https://docs.pretix.eu/en/latest/development/contribution/codeofconduct.html .. _pretix.eu: https://pretix.eu .. _blog: https://pretix.eu/about/en/blog/