From 72786fb873556f195e4ed2320327aa810e59a637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Thu, 27 May 2021 08:22:11 +0100 Subject: [PATCH] Adopt the PSF Code of Conduct (#692) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Required to join the PyPA organization. Signed-off-by: Bernát Gábor --- README.md | 2 ++ docs/contributing.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index b523c4e77c..6b42e9ce8a 100644 --- a/README.md +++ b/README.md @@ -269,3 +269,5 @@ pipx is maintained by a team of volunteers (in alphabetical order) ## Contributing Issues and Pull Requests are definitely welcome! Check out [Contributing](https://pipxproject.github.io/pipx/contributing/) to get started. +Everyone who interacts with the pipx project via codebase, issue tracker, chat rooms, or otherwise is expected to follow +the [PSF Code of Conduct](https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md). diff --git a/docs/contributing.md b/docs/contributing.md index 4141f02a7b..7632493541 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -1,5 +1,8 @@ Thanks for your interest in contributing to pipx! +Everyone who interacts with the pipx project via codebase, issue tracker, chat rooms, or otherwise is expected to follow +the [PSF Code of Conduct](https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md). + ## Running pipx From Source Tree To run the pipx executable from your source tree during development, run pipx from the src directory: