From 6a4b516fd87918679c2350c39d500e4001a7b425 Mon Sep 17 00:00:00 2001 From: Kelsey Schmidt Date: Sat, 26 Nov 2022 23:08:35 -0600 Subject: [PATCH] Add "Code of Conduct" link to top section of CONTRIBUTING page --- CONTRIBUTING.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d5e3a3f7..68a0fc8e 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -2,6 +2,9 @@ How to contribute to Flask ========================== Thank you for considering contributing to Flask! +Please follow our `Code of Conduct`_. + +.. _Code of Conduct: https://github.com/pallets/.github/blob/master/CODE_OF_CONDUCT.md Support questions