From 7e8c62a38f9a120746e28880ea4cc9ed70920a57 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Thu, 23 Oct 2025 17:31:29 +0100 Subject: [PATCH] Update contribution guidelines in README Added a reference to the Python Developer's Guide for contribution guidelines. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d54411..e72b65e 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,8 @@ as if it was properly installed. # Contributions -Contributions are welcome under all the same conditions as for CPython. +Contributions are welcome under all the same conditions as for CPython, see +the [Python Developer's Guide](https://devguide.python.org/) for more information. # Release Schedule @@ -97,4 +98,4 @@ See the [LICENSE](https://github.com/python/pymanager/blob/main/LICENSE) for information on the terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES. -All trademarks referenced herein are property of their respective holders. \ No newline at end of file +All trademarks referenced herein are property of their respective holders.