Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 26 additions & 7 deletions community.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,32 @@ activity is captured in email form for archival purposes.
<li> <code>github@</code> for all activity on the GitHub repositories {% include mailing_list_links.html list="github" %} </li>
</ul>

### GitHub

We use GitHub Issues as a place to report bugs, request new features, and to
track the queue of development work. For usage questions, some of our
repositories use Discussions as an alternative to the <[email protected]>
mailing list {% include mailing_list_links.html list="user" %}. For those
repositories, Discussions are mirrored to the <[email protected]> mailing
list {% include mailing_list_links.html list="user" %} and users are welcome to
ask usage questions in either location. Maintainers may convert usage type
Issues to Discussions as appropriate.

Please create Issues or start Discussions on the appropriate repository:

Implementations:

- Go: [apache/arrow-go](https://github.com/apache/arrow-go) ([Issues](https://github.com/apache/arrow-go/issues))
- Java: [apache/arrow-java](https://github.com/apache/arrow-java) ([Issues](https://github.com/apache/arrow-java/issues))
- nanoarrow: [apache/arrow-nanoarrow](https://github.com/apache/arrow-nanoarrow) ([Issues](https://github.com/apache/arrow-nanoarrow/issues), [Discussions](https://github.com/apache/arrow-nanoarrow/discussions))
- Rust: [apache/arrow-rs](https://github.com/apache/arrow-rs) ([Issues](https://github.com/apache/arrow-rs/issues), [Discussions](https://github.com/apache/arrow-rs/discussions))
- .NET: [apache/arrow-dotnet](https://github.com/apache/arrow-dotnet) ([Issues](https://github.com/apache/arrow-dotnet/issues), [Discussions](https://github.com/apache/arrow-dotnet/discussions))
- All Others: [apache/arrow](https://github.com/apache/arrow) ([Issues](https://github.com/apache/arrow/issues), [Discussions](https://github.com/apache/arrow/discussions)).

Standards:

- ADBC: [apache/arrow-adbc](https://github.com/apache/arrow-adbc) ([Issues](https://github.com/apache/arrow-adbc/issues), [Discussions](https://github.com/apache/arrow-adbc/discussions))

### Stack Overflow

For questions on how to use Arrow libraries, you may want to use the Stack
Expand All @@ -97,13 +123,6 @@ addition to the programming language. Some languages and subprojects may have
their own tags (for example,
[pyarrow](https://stackoverflow.com/questions/tagged/pyarrow)).

### GitHub issues

We use GitHub issues as a way to ask questions and engage with the Arrow developer
community and for maintaining a queue of development work and as the public
record of work on the project. We use the mailing lists for development discussions,
where a lengthy discussions is required.

### Meetings

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:
Expand Down