alamb commented on a change in pull request #1031: URL: https://github.com/apache/arrow-datafusion/pull/1031#discussion_r713256751
########## File path: docs/source/community/communication.md ########## @@ -0,0 +1,66 @@ +<!--- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +# Communication + +We welcome participation from everyone and encourage you to join us, ask +questions, and get involved. + +All participation in the Apache Arrow DataFusion project is governed by the +Apache Software Foundation's [code of +conduct](https://www.apache.org/foundation/policies/conduct.html). + +## Questions? + +### Mailing list + +We use arrow.apache.org's `dev@` mailing list for project management, release +coorindation and design discussions +([subscribe](mailto:[email protected]), +[unsubscribe](mailto:[email protected]), +[archives](https://lists.apache.org/[email protected])). + +When emailing the dev list, please make sure to prefix the subject line with a +`[DataFusion]` tag, e.g. `"[DataFusion] New API for remote data sources"`, so +that the appropriate people in the Apache Arrow community notice the message. + +### Slack and Discord + +We use the official [ASF](https://s.apache.org/slack-invite) Slack workspace +for informal discussions and coordination. This is a great place to meet other +contributors and get guidance on where to contribute. Join us in the +`#arrow-rust` channel. + +We also have a backup Arrow Rust Discord +server ([invite link](https://discord.gg/Qw5gKqHxUM)) in case you are not able +to join the Slack workspace. If you need an invite to the Slack workspace, you +can also ask for one in our Discord server. + +## Contributing + +Our source code is hosted on +[GitHub](https://github.com/apache/arrow-datafusion). For developers new to +the project, we have curated a +[good-first-issue](https://github.com/apache/arrow-datafusion/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) +list to help you get started. + +We use GitHub issues for maintaining a queue of development work and as the +public record. We often use Google docs, Github issues and pull requests for +quick and small design discussions. For major design change proposals, please Review comment: 👍 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
