Skip to content

Commit a971e6a

Browse files
authored
GH-34255: Add information about meetings to Community page (#321)
Closes apache/arrow#34255
1 parent b955d79 commit a971e6a

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

community.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,36 @@ community and for maintaining a queue of development work and as the public
7979
record of work on the project. We use the mailing lists for development discussions,
8080
where a lengthy discussions is required.
8181

82+
### Meetings
83+
84+
We host online meetings to provide spaces for synchronous discussions about the Arrow project. These discussions usually focus on topics of interest to developers who are contributing to Arrow, but we welcome users of Arrow to join. Currently there are three series of regularly held meetings:
85+
86+
<table class="table table-striped"><thead>
87+
<tr>
88+
<th>Meeting</th>
89+
<th>Frequency</th>
90+
<th>Notes</th>
91+
</tr>
92+
</thead><tbody>
93+
<tr>
94+
<td>Arrow community meting</td>
95+
<td>Biweekly</td>
96+
<td><a href="https://docs.google.com/document/d/1xrji8fc6_24TVmKiHJB4ECX1Zy2sy2eRbBjpVJMnPmk/">Google Doc</a></td>
97+
</tr>
98+
<tr>
99+
<td>Arrow R package development meeting</td>
100+
<td>Biweekly</td>
101+
<td><a href="https://docs.google.com/document/d/1nSIfJw8mfqtvScqvSVqmktpWff80pFmkqiZT7nTtiDo/">Google Doc</a></td>
102+
</tr>
103+
<tr>
104+
<td>Arrow Rust sync meeting</td>
105+
<td>Biweekly</td>
106+
<td><a href="https://docs.google.com/document/d/1atCVnoff5SR4eM4Lwf2M1BBJTY6g3_HUNR6qswYJW_U/">Google Doc</a></td>
107+
</tr>
108+
</tbody></table>
109+
110+
For information about how to attend these meetings, see the meeting notes and subscribe to the <code>dev@</code> mailing list as described above. The hosts of some of these meetings send reminder emails to the mailing list prior to each meeting with information about how to join.
111+
82112
## Contributing
83113

84114
As mentioned above, we use [GitHub](https://github.com/apache/arrow) for our issue

0 commit comments

Comments
 (0)