Skip to content

Commit 26dcfd3

Browse files
committed
update
1 parent d985eea commit 26dcfd3

File tree

1 file changed

+26
-21
lines changed

1 file changed

+26
-21
lines changed

README.md

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,32 @@
1919

2020
# Native Rust implementation of Apache Arrow and Apache Parquet
2121

22-
Welcome to the [Rust][rust] implementation of [Apache Arrow], the popular
23-
in-memory columnar format and [Apache Parquet], the popularcolumnar analytics
24-
format. To join the community, see the [Community](#community) section below.
22+
Welcome to the [Rust][rust] implementation of [Apache Arrow], a popular
23+
in-memory columnar format and [Apache Parquet], a popular columnar file
24+
format.
25+
26+
## Community
27+
28+
We welcome participation from everyone and encourage you to join us, ask
29+
questions, help others, and get involved. All participation in the Apache Arrow
30+
project is governed by the Apache Software Foundation's [code of
31+
conduct](https://www.apache.org/foundation/policies/conduct.html).
32+
33+
We use [GitHub issues][issues] for all technical discussions, reviews,
34+
new features, bug fixes and release coordiation. This ensures that all communication
35+
is public and archived for future reference.
36+
37+
The `dev@arrow.apache.org` mailing list is the core communication channel for the overall Apache Arrow community.
38+
Instructions for signing up and links to the archives can be found on the [Arrow Community](https://arrow.apache.org/community/) page.
39+
40+
Some community members also use the [Arrow Rust Discord Server](https://discord.gg/YAb2TdazKQ) and the official [ASF Slack](https://s.apache.org/slack-invite) server for informal discussions and coordination.
41+
This is a great place to meet other contributors and get guidance on where to contribute.
42+
43+
To join the slack channel us in the `#arrow-rust` channel and feel free to ask for an invite via discord, gitub issues, or other means.
44+
45+
There is more information in the [contributing] guide.
46+
47+
2548

2649
This repository contains the following crates:
2750

@@ -154,24 +177,6 @@ including `join`s and window functions.
154177

155178
You can find more details about each crate in their respective READMEs.
156179

157-
## Community
158-
159-
The `dev@arrow.apache.org` mailing list serves as the core communication channel for the Arrow community. Instructions for signing up and links to the archives can be found on the [Arrow Community](https://arrow.apache.org/community/) page. All major announcements and communications happen there.
160-
161-
The Rust Arrow community also uses the official [ASF Slack](https://s.apache.org/slack-invite) for informal discussions and coordination. This is
162-
a great place to meet other contributors and get guidance on where to contribute. Join us in the `#arrow-rust` channel and feel free to ask for an invite via:
163-
164-
1. the `dev@arrow.apache.org` mailing list
165-
2. the [GitHub Discussions][discussions]
166-
3. the [Discord channel](https://discord.gg/YAb2TdazKQ)
167-
168-
The Rust implementation uses [GitHub issues][issues] as the system of record for new features and bug fixes and
169-
this plays a critical role in the release process.
170-
171-
For design discussions we generally use GitHub issues.
172-
173-
There is more information in the [contributing] guide.
174-
175180
[rust]: https://www.rust-lang.org/
176181
[`object_store`]: https://crates.io/crates/object-store
177182
[arrow-readme]: arrow/README.md

0 commit comments

Comments
 (0)