Merge pull request #4147 from greyli/update-contributing-guide

Update contributing guide
This commit is contained in:
Grey Li 2021-06-15 08:49:29 +08:00 committed by GitHub
commit f8ca80ce89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -12,14 +12,16 @@ to address bugs and feature requests in Flask itself. Use one of the
following resources for questions about using Flask or issues with your
own code:
- The ``#get-help`` channel on our Discord chat:
- The ``#questions`` channel on our Discord chat:
https://discord.gg/pallets
- The mailing list flask@python.org for long term discussion or larger
issues.
- Ask on `Stack Overflow`_. Search with Google first using:
``site:stackoverflow.com flask {search term, exception message, etc.}``
- Ask on our `GitHub Discussions`_.
.. _Stack Overflow: https://stackoverflow.com/questions/tagged/flask?tab=Frequent
.. _GitHub Discussions: https://github.com/pallets/flask/discussions
Reporting issues
@ -92,7 +94,7 @@ First time setup
.. code-block:: text
git remote add fork https://github.com/{username}/flask
$ git remote add fork https://github.com/{username}/flask
- Create a virtualenv.