Skip to content

Commit 53f4587

Browse files
committed
Minor corrections about meetings and contributing.
1 parent c8e9f60 commit 53f4587

File tree

2 files changed

+14
-21
lines changed

2 files changed

+14
-21
lines changed

docs/contributing.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,12 @@ As an open source project, PyScript has community at its core. In addition to
6767
the ways to engage already outlined, you could join our live community calls.
6868

6969
- [PyScript Community Call](https://discord.com/events/972017612454232116/1227274094366556279)
70-
- weekly on Tuesdays. A coordination call for anyone participating in the
71-
PyScript project.
72-
- [Community Engagement Call](https://discord.com/events/972017612454232116/1227275045965922376)
73-
- weekly on Wednesdays. A non-technical meeting where we coordinate how the
74-
PyScript project engages with, nourishes and grows our wonderful community.
70+
- every two weeks on Tuesdays. A coordination call for anyone participating in the
71+
PyScript project.
7572
- [PyScript FUN](https://discord.com/events/972017612454232116/1227275336115556402)
76-
- held every two weeks on a Thursday, this call is an informal,
77-
supportive and often humorous "show and tell" of community created projects,
78-
hacks, feedback and plugins.
73+
- held on the first Thursday of every month, this call is an informal,
74+
supportive and often humorous "show and tell" of community created projects,
75+
hacks, feedback and plugins.
7976

8077
Announcement of connection details is made via the PyScript
8178
[discord server](https://discord.gg/HxvBtukrg2).
@@ -136,15 +133,14 @@ suggestions, and feedback you submitted are accepted under the
136133
[Apache 2.0](license.md) license. You represent that if you do not own
137134
copyright in the code that you have the authority to submit it under the
138135
[Apache 2.0](license.md) license. All feedback, suggestions, or contributions
139-
are not confidential.
136+
**are not confidential**.
140137

141138
### Becoming a maintainer
142139

143140
Contributors are invited to be maintainers of the project by demonstrating good
144141
decision making in their contributions, a commitment to the goals of the
145142
project, and consistent adherence to the
146-
[code of conduct](conduct.md). New maintainers are invited by a 3/4 vote of
147-
the existing maintainers.
143+
[code of conduct](conduct.md).
148144

149145
## Trademarks
150146

docs/developers.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ between two options for setting up your environment.
6363
python3 -m venv my_pyscript_dev_venv
6464
```
6565

66-
!!! warning
66+
!!! warning
6767

68-
Replace `my_pyscript_dev_venv` with a meaningful name for the
69-
virtual environment, that works for you.
68+
Replace `my_pyscript_dev_venv` with a meaningful name for the
69+
virtual environment, that works for you.
7070

7171
* A `my_pyscript_dev_venv` directory containing the virtual environment's
7272
"stuff" is created as a subdirectory of your current directory. Next,
@@ -97,9 +97,9 @@ you can create a conda environment that includes both Python and NodeJS:
9797
conda activate pyscript
9898
```
9999

100-
!!! warning
100+
!!! warning
101101

102-
Replace `pyscript` with a meaningful name for the conda environment, that works for you.
102+
Replace `pyscript` with a meaningful name for the conda environment, that works for you.
103103

104104
* This creates a new environment with both Python and NodeJS installed. The prompt in your
105105
terminal will change to include the name of your conda environment indicating the sandbox is active.
@@ -299,14 +299,11 @@ terminal will change to include the name of your conda environment indicating th
299299
[discussions section](https://github.com/pyscript/pyscript/discussions) of
300300
our GitHub repository.
301301

302-
* Every Tuesday is a [technical community video call](https://discord.com/events/972017612454232116/1227274094366556279),
302+
* Every two weeks on a Tuesday is a [technical community video call](https://discord.com/events/972017612454232116/1227274094366556279),
303303
the details of which are posted onto
304304
the discord server. Face to face technical discussions happen here.
305305

306-
* Every Wednesday is a [non-technical community engagement call](https://discord.com/events/972017612454232116/1227275045965922376),
307-
in which we organise how to engage with, grow and nourish our community.
308-
309-
* Every two weeks, on a Thursday, is a
306+
* On the first Thursday of every month is a
310307
[PyScript FUN call](https://discord.com/events/972017612454232116/1227275336115556402),
311308
the details of which
312309
are also posted to discord. Project show-and-tells, cool hacks, new features

0 commit comments

Comments
 (0)