From e52ac4f49c6c96576c473ba644541a47a73a06b1 Mon Sep 17 00:00:00 2001 From: alexiadunn <63380512+alexiadunn@users.noreply.github.com> Date: Wed, 30 Nov 2022 18:30:54 -0600 Subject: [PATCH] Added CoC reference --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 82347191..5452f7ed 100644 --- a/README.rst +++ b/README.rst @@ -53,10 +53,10 @@ Contributing ------------ For guidance on setting up a development environment and how to make a -contribution to Flask, see the `contributing guidelines`_. +contribution to Flask, see the `contributing guidelines`_ and read our `Code of Conduct`_. .. _contributing guidelines: https://github.com/pallets/flask/blob/main/CONTRIBUTING.rst - +.. _contributing guidelines: https://github.com/pallets/flask/blob/main/CODE_OF_CONDUCT.rst Donate ------