File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,16 @@ to address bugs and feature requests in Flask itself. Use one of the
12
12
following resources for questions about using Flask or issues with your
13
13
own code:
14
14
15
- - The ``#get-help `` channel on our Discord chat:
15
+ - The ``#questions `` channel on our Discord chat:
16
16
https://discord.gg/pallets
17
17
- The mailing list
[email protected] for long term discussion or larger
18
18
issues.
19
19
- Ask on `Stack Overflow `_. Search with Google first using:
20
20
``site:stackoverflow.com flask {search term, exception message, etc.} ``
21
+ - Ask on our `GitHub Discussions `_.
21
22
22
23
.. _Stack Overflow : https://stackoverflow.com/questions/tagged/flask?tab=Frequent
24
+ .. _GitHub Discussions : https://github.com/pallets/flask/discussions
23
25
24
26
25
27
Reporting issues
@@ -92,7 +94,7 @@ First time setup
92
94
93
95
.. code-block :: text
94
96
95
- git remote add fork https://github.com/{username}/flask
97
+ $ git remote add fork https://github.com/{username}/flask
96
98
97
99
- Create a virtualenv.
98
100
You can’t perform that action at this time.
0 commit comments