diff --git a/docs/newcontributors.rst b/docs/newcontributors.rst new file mode 100644 index 00000000..49e4dc3a --- /dev/null +++ b/docs/newcontributors.rst @@ -0,0 +1,21 @@ +How to contribute to Flask as a Beginner +======================================== + +Thank you for considering contributing to Flask! + + +Support questions for Beginners New to Contributing +--------------------------------------------------- + +Please do not hesitate to reach the Flask contributor community through +the following best methods: + +- The ``#questions`` channel on our Discord chat: + https://discord.gg/pallets +- Ask on `Stack Overflow`_. Search with Google first using: + ``site:stackoverflow.com flask {search term, exception message, etc.}`` +- Ask on our `GitHub Discussions`_ for long term discussion or larger + questions. + +.. _Stack Overflow: https://stackoverflow.com/questions/tagged/flask?tab=Frequent +.. _GitHub Discussions: https://github.com/pallets/flask/discussions \ No newline at end of file