Skip to content

Commit 2fbe0c2

Browse files
Commit (#166)
1 parent 56726d6 commit 2fbe0c2

File tree

3 files changed

+72
-1
lines changed

3 files changed

+72
-1
lines changed

docs/community/monthly-meeting.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,10 @@ receive email notifications contact Mariatta in the Discord server.
1818
By participating in meetings, you are agreeing to abide by and uphold the
1919
`PSF Code of Conduct <https://policies.python.org/python.org/code-of-conduct/>`_.
2020
Please take a second to read through it!
21+
22+
23+
Minutes template
24+
----------------
25+
26+
.. literalinclude:: ../include/minutes-template.md
27+
:language: md

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@
2020
# The master toctree document
2121
master_doc = "index"
2222

23-
# Patterns to exclude during source file detetection
23+
# Patterns to exclude during source file detection
2424
exclude_patterns = [
2525
"_build",
2626
"Thumbs.db",
2727
".DS_Store",
28+
"include/minutes-template.md",
2829
]
2930

3031
# Minimum Sphinx version as a string

docs/include/minutes-template.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Documentation Community Team Meeting (MONTH DAY, YEAR)
2+
3+
:::info
4+
- **Date:** YYYY-MM-DD
5+
- **Time:** [XX:00 UTC](https://arewemeetingyet.com/UTC/YYYY-MM-DD/XX:00/Docs%20Meeting)
6+
- **This HackMD:** <https://hackmd.io/@encukou/pydocswg1>
7+
- [**Discourse thread**](https://discuss.python.org/t/XXXXXX)
8+
- [**Past Meeting reports**](https://docs-community.readthedocs.io/monthly-meeting/) (the latest one might be an [**unmerged PR**](https://github.com/python/docs-community/pulls))
9+
- **Calendar event:** (send your e-mail to Mariatta for an invitation)
10+
- **How to participate:**
11+
- We are using Discord: <https://discord.gg/wESBgA6Y?event=1389130476555337908>
12+
- See the [documentation](https://docs-community.readthedocs.io/community/monthly-meeting.html)
13+
for more information.
14+
:::
15+
16+
By participating in this meeting, you are agreeing to abide by and uphold the
17+
[PSF Code of Conduct](https://www.python.org/psf/codeofconduct/).
18+
Please take a second to read through it!
19+
20+
Example topics for discussion:
21+
22+
* Python project documentation: *relating to `docs.python.org`, docs translations,
23+
`peps.python.org`, `devguide.python.org`, and so on.*
24+
* 'Internal' items: *for and about the Community or Working Group*
25+
* PEP workflow
26+
* Follow-ups from previous meetings
27+
28+
29+
## Roll call
30+
31+
(Name / `@GitHubUsername` *[/ Discord, if different]*)
32+
33+
34+
## Introductions
35+
36+
> If there are any new people, we should do a round of introductions.
37+
38+
39+
## Reports and celebrations
40+
41+
> 60 second updates on things you have been up to, questions you have, or
42+
> developments you think people should know about. Please add yourself, and if
43+
> you do not have an update to share, you can pass.
44+
45+
> This is a place to make announcements (without a need for discussion). This is
46+
> also a great place to give shout-outs to contributors! We'll read through
47+
> these at the beginning of the meeting.
48+
49+
- [Name] Thing
50+
51+
52+
## Discussion
53+
54+
- [Name] Topic
55+
56+
57+
## Next meeting
58+
59+
The docs team generally meets on the first Tuesday of even months around
60+
19:00-ish UTC and odd months around 16:00-ish UTC.
61+
62+
We have a recurring Google Calendar event for the meeting.
63+
Let Mariatta know your email address and she can invite you.

0 commit comments

Comments
 (0)