Skip to content

Commit 34027d8

Browse files
committed
Improve the contributing guide
1 parent 399b851 commit 34027d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ to address bugs and feature requests in Flask itself. Use one of the
1212
following resources for questions about using Flask or issues with your
1313
own code:
1414

15-
- The ``#get-help`` channel on our Discord chat:
15+
- The ``#questions`` channel on our Discord chat:
1616
https://discord.gg/pallets
1717
- The mailing list [email protected] for long term discussion or larger
1818
issues.
1919
- Ask on `Stack Overflow`_. Search with Google first using:
2020
``site:stackoverflow.com flask {search term, exception message, etc.}``
21+
- Ask on our `GitHub Discussions`_.
2122

2223
.. _Stack Overflow: https://stackoverflow.com/questions/tagged/flask?tab=Frequent
24+
.. _GitHub Discussions: https://github.com/pallets/flask/discussions
2325

2426

2527
Reporting issues
@@ -92,7 +94,7 @@ First time setup
9294

9395
.. code-block:: text
9496
95-
git remote add fork https://github.com/{username}/flask
97+
$ git remote add fork https://github.com/{username}/flask
9698
9799
- Create a virtualenv.
98100

0 commit comments

Comments
 (0)