snuyanzin commented on code in PR #597: URL: https://github.com/apache/flink-web/pull/597#discussion_r1114170909
########## docs/content/getting-help.md: ########## @@ -0,0 +1,161 @@ +--- +title: Getting Help +bookCollapseSection: false +weight: 11 +menu_weight: 2 +--- +<!-- +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. +--> + +# Getting Help + +## Having a Question? + +The Apache Flink community answers many user questions every day. You can search for answers and advice in the archives or reach out to the community for help and guidance. + +### User Mailing List + +Many Flink users, contributors, and committers are subscribed to Flink's user mailing list. The user mailing list is a very good place to ask for help. + +Before posting to the mailing list, you can search the mailing list archives for email threads that discuss issues related to yours on the following websites. + +- [Apache Mailing List Archive](https://lists.apache.org/[email protected]) + +If you'd like to post to the mailing list, you need to + +1. subscribe to the mailing list by sending an email to `[email protected]`, +2. confirm the subscription by replying to the confirmation email, and +3. send your email to `[email protected]`. + +Please note that you won't receive a respose to your mail if you are not subscribed. + +### Slack + +You can join the [Apache Flink community on Slack.](https://join.slack.com/t/apache-flink/shared_invite/zt-1llkzbgyt-K2nNGGg88rfsDGLkT09Qzg) +After creating an account in Slack, don't forget to introduce yourself in #introductions. +Due to Slack limitations the invite link expires after 100 invites. If it is expired, please reach out to the [Dev mailing list]({{< relref "community" >}}#mailing-lists). +Any existing Slack member can also invite anyone else to join. + +### Stack Overflow + +Many members of the Flink community are active on [Stack Overflow](https://stackoverflow.com). You can search for questions and answers or post your questions using the [\[apache-flink\]](https://stackoverflow.com/questions/tagged/apache-flink) tag. + +## Found a Bug? + +If you observe an unexpected behavior that might be caused by a bug, you can search for reported bugs or file a bug report in [Flink's JIRA](https://issues.apache.org/jira/browse/FLINK). + +If you are unsure whether the unexpected behavior happend due to a bug or not, please post a question to the [user mailing list]({{< relref "community" >}}#user-mailing-list). Review Comment: ```suggestion If you are unsure whether the unexpected behavior happened due to a bug or not, please post a question to the [user mailing list]({{< relref "community" >}}#user-mailing-list). ``` -- 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]
