From 72dfb67828be9da6407a3199782bd2e2ad2d44ff Mon Sep 17 00:00:00 2001 From: "Justin W. Flory" Date: Wed, 11 Jul 2018 09:38:17 -0500 Subject: [PATCH] Make explicit call-out to contributing guidelines in README --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index f2906aae..4243793c 100644 --- a/README.rst +++ b/README.rst @@ -43,6 +43,15 @@ A Simple Example * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit) +Contributing +------------ + +For guidance on setting up a development environment and how to make a +contribution to Flask, see the `contributing guidelines`_. + +.. _contributing guidelines: https://github.com/pallets/flask/blob/master/CONTRIBUTING.rst + + Donate ------