You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community/community-guide.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,25 @@ team!
8
8
9
9
There are a few resources that are particularly useful for team members. Here's
10
10
a quick list to get you started.
11
-
- devguide
12
-
- docs
11
+
12
+
-[devguide](https://devguide.python.org)
13
+
-[docs](https://docs.python.org)
13
14
- python_docs_theme
14
15
- discourse channel
15
-
16
+
- discord channel
16
17
17
18
### General information about communication channels
18
19
19
20
We are trying to organize our discussions in order to help both contributors and
20
21
maintainers find and choose the right communication channels and have a positive experience :-)
21
22
22
23
In this respect, we are using:
23
-
1.[BPO](https://bugs.python.org) and GitHub issues for specific discussions related to changing a repository's content. This is determined by doc project.
24
+
25
+
1. GitHub issues for specific discussions related to changing a repository's content.
24
26
2. The [Discourse forum](http://discuss.python.org/) for general discussions, support
25
27
questions, or just as a place where we can inspire each other.
26
28
27
29
## How can I help?
30
+
31
+
Read the devguide's section on documentation.
32
+
Visit the Python repo's GitHub issues and look for issues tagged with `docs`.
0 commit comments