This is an automated email from the ASF dual-hosted git repository.
kamilbregula pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/master by this push:
new 1c7c6b5 Add Slack signup links (#229)
1c7c6b5 is described below
commit 1c7c6b5ac50be509018270c4c9d4e49b72f65108
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Feb 9 15:00:00 2020 +0100
Add Slack signup links (#229)
---
.../site/content/en/community/_index.html | 47 +++++++++++++---------
1 file changed, 28 insertions(+), 19 deletions(-)
diff --git a/landing-pages/site/content/en/community/_index.html
b/landing-pages/site/content/en/community/_index.html
index bc7a79d..8628577 100644
--- a/landing-pages/site/content/en/community/_index.html
+++ b/landing-pages/site/content/en/community/_index.html
@@ -8,18 +8,25 @@ menu:
<div class="community--accordion-container">
{{< accordion title="Join the devlist" description="If you want to stay up
to date with what is going on in the project, want to discuss the features,
talk about fixes or simply ask a question - this is the first step to take."
logo_path="icons/join-devlist-icon.svg" open="true" >}}
- <p class="bodytext__medium--brownish-grey">
- The preferred channel for discussion is using the official mailing
lists.
- To subscribe, send an email to:
- </p>
- <ul class="ticks-blue mx-auto">
- <li>
- Users list: <a class="list-link"
href="mailto:[email protected]">[email protected]</a>
- </li>
+ <ol class="counter-blue mx-auto">
<li>
- Dev list: <a class="list-link"
href="mailto:[email protected]">[email protected]</a>
+ <p class="bodytext__medium--brownish-grey">
+ The preferred channel for discussion is using the official
Apache Airflow mailing lists.
+ To subscribe, send an email to:
+ </p>
+ <ul class="ticks-blue mx-auto">
+ <li>
+ Users list: <a class="list-link"
href="mailto:[email protected]">[email protected]</a>
+ </li>
+ <li>
+ Dev list: <a class="list-link"
href="mailto:[email protected]">[email protected]</a>
+ </li>
+ </ul>
</li>
- </ul>
+ <p class="bodytext__medium--brownish-grey">
+ For ad-hoc questions you can use the official Slack of Airflow.
See <b>"Ask a question"</b> below.
+ </p>
+ </ol>
{{< /accordion >}}
{{< accordion title="Report a bug" description="Use our
[Jira](https://issues.apache.org/jira/projects/AIRFLOW/issues/) to create a
ticket." logo_path="icons/bug-icon.svg" >}}
@@ -33,18 +40,20 @@ menu:
{{< accordion title="Ask a question" description="In case of any questions
or doubts, feel free to reach to our community. There are two ways to do that."
logo_path="icons/ask-question-icon.svg" >}}
<ol class="counter-blue mx-auto">
- <li>Join the devlist, look link above</li>
<li>
- Join <a
href="https://apache-airflow.slack.com/messages/troubleshooting">#troubleshooting</a>
and <a
-
href="https://apache-airflow.slack.com/messages/development">#development</a>
channels on <a
- href="https://apache-airflow.slack.com/">slack</a> where
you can look for
- help in using and developing Airflow respectively.
+ <a href="https://apache-airflow-slack.herokuapp.com/">Join the
Apache Airflow slack</a>.
+ After creating account in slack you can join
+ <a
href="https://apache-airflow.slack.com/messages/troubleshooting">#troubleshooting</a>
and
+ <a
href="https://apache-airflow.slack.com/messages/development">#development</a>
+ where you can look for help in using and developing Airflow
respectively.
+ </li>
+ <li>Ask at the devlist, see <b>"Join the devlist"</b> link above</li>
+ <li>Check <a
href="https://stackoverflow.com/questions/tagged/airflow">Stack
Overflow</a></li>
+ <li>
+ Remember that Airflow is a community driven project, so in case of
+ constant technical support please consider hiring a consultancy
company.
</li>
</ol>
- <p class="bodytext__medium--brownish-grey">
- But remember that Airflow is a community driven project, so in case of
- constant technical support please consider hiring a consultancy
company.
- </p>
{{< /accordion >}}
{{< accordion title="Add a new feature" description="There are two steps
required to create feature request for Airflow."
logo_path="icons/new-feature-icon.svg" >}}