From 9224d937d3f282c1cde5f5490bfceb3d63f2a59e Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Tue, 7 Jun 2016 12:01:12 -0700 Subject: [PATCH] Added code of conduct Required for potentially moving to @jazzband and is also a good thing to have in any project. --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 98136f1..8e6edf0 100644 --- a/README.rst +++ b/README.rst @@ -201,6 +201,15 @@ If you create a new theme, you define it thus: INSTALLED_APPS += ('djadmin2theme_foundation',) ADMIN2_THEME_DIRECTORY = "djadmin2theme_foundation" + +Code of Conduct +====================== + +Everyone interacting in the django-admin2 project's codebases, issue trackers, chat +rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_. + +.. _`PyPA Code of Conduct`: https://www.pypa.io/en/latest/code-of-conduct/ + Follows Best Practices ======================