This is an automated email from the ASF dual-hosted git repository. trohrmann pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit 2730c694e285896f46fad3f5749dc6f48694ae83 Author: Nikos Maris <[email protected]> AuthorDate: Thu Sep 20 10:48:38 2018 +0200 Rebuild web site --- content/community.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/community.html b/content/community.html index 334dd80..0b8185d 100644 --- a/content/community.html +++ b/content/community.html @@ -168,6 +168,15 @@ <p>There are many ways to get help from the Apache Flink community. The <a href="#mailing-lists">mailing lists</a> are the primary place where all Flink committers are present. For user support and questions use the <em>user mailing list</em>. Some committers are also monitoring <a href="http://stackoverflow.com/questions/tagged/apache-flink">Stack Overflow</a>. Please remember to tag your questions with the <em><a href="http://stackoverflow.com/questions/tagged/apache-flink">apache-flin [...] +<p>If you send us an email with a code snippet, make sure that:</p> + +<ol> + <li>you do not link to files in external services as such files can change, get deleted or the link might break and thus make an archived email thread useless</li> + <li>you paste text instead of screenshots of text</li> + <li>you keep formatting when pasting code in order to keep the code readable</li> + <li>there are enough import statements to avoid ambiguities</li> +</ol> + <h2 id="mailing-lists">Mailing Lists</h2> <table class="table table-striped">
