Update CONTRIBUTING.rst
This commit is contained in:
parent
9486b6cf57
commit
0ab89c9b7b
1 changed files with 10 additions and 4 deletions
|
|
@ -12,16 +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
|
following resources for questions about using Flask or issues with your
|
||||||
own code:
|
own code:
|
||||||
|
|
||||||
- The ``#questions`` channel on our Discord chat:
|
|
||||||
https://discord.gg/pallets
|
|
||||||
- The mailing list flask@python.org for long term discussion or larger
|
- The mailing list flask@python.org for long term discussion or larger
|
||||||
issues.
|
issues.
|
||||||
- Ask on `Stack Overflow`_. Search with Google first using:
|
- Ask on `Stack Overflow`_. Search with Google first using:
|
||||||
``site:stackoverflow.com flask {search term, exception message, etc.}``
|
``site:stackoverflow.com flask {search term, exception message, etc.}``
|
||||||
- Ask on our `GitHub Discussions`_.
|
- Ask on our #help discussion on discord.
|
||||||
|
- Discord link: https://discord.gg/c5bg8dMZ
|
||||||
|
|
||||||
.. _Stack Overflow: https://stackoverflow.com/questions/tagged/flask?tab=Frequent
|
.. _Stack Overflow: https://stackoverflow.com/questions/tagged/flask?tab=Frequent
|
||||||
.. _GitHub Discussions: https://github.com/pallets/flask/discussions
|
.. _GitHub Discussions: https://discord.gg/c5bg8dMZ
|
||||||
|
|
||||||
|
|
||||||
Reporting issues
|
Reporting issues
|
||||||
|
|
@ -38,8 +38,10 @@ Include the following information in your post:
|
||||||
- List your Python and Flask versions. If possible, check if this
|
- List your Python and Flask versions. If possible, check if this
|
||||||
issue is already fixed in the latest releases or the latest code in
|
issue is already fixed in the latest releases or the latest code in
|
||||||
the repository.
|
the repository.
|
||||||
|
- Subimt your report to the discord current-issues chat
|
||||||
|
|
||||||
.. _minimal reproducible example: https://stackoverflow.com/help/minimal-reproducible-example
|
.. _minimal reproducible example: https://stackoverflow.com/help/minimal-reproducible-example
|
||||||
|
.. _current-issues chat: https://discord.gg/c5bg8dMZ
|
||||||
|
|
||||||
|
|
||||||
Submitting patches
|
Submitting patches
|
||||||
|
|
@ -51,6 +53,10 @@ issue that doesn't have an open PR linked to it or a maintainer assigned
|
||||||
to it. These show up in the sidebar. No need to ask if you can work on
|
to it. These show up in the sidebar. No need to ask if you can work on
|
||||||
an issue that interests you.
|
an issue that interests you.
|
||||||
|
|
||||||
|
To find current issues and to engage with other developers on how best to
|
||||||
|
imporve Flask visit our discord developers section:
|
||||||
|
https://discord.gg/c5bg8dMZ
|
||||||
|
|
||||||
Include the following in your patch:
|
Include the following in your patch:
|
||||||
|
|
||||||
- Use `Black`_ to format your code. This and other tools will run
|
- Use `Black`_ to format your code. This and other tools will run
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue