This is an automated email from the ASF dual-hosted git repository.

kaxilnaik 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 76aa2ce  Remove JIRA from Community section (#267)
76aa2ce is described below

commit 76aa2ce6cf2ee75bfe9de38ad6e02dfbbaa0ab28
Author: Ori Popowski <[email protected]>
AuthorDate: Fri May 1 16:54:57 2020 +0300

    Remove JIRA from Community section (#267)
---
 landing-pages/site/config.toml                      |  4 ----
 landing-pages/site/content/en/community/_index.html | 15 ++++++---------
 2 files changed, 6 insertions(+), 13 deletions(-)

diff --git a/landing-pages/site/config.toml b/landing-pages/site/config.toml
index ddcdd09..4f60ba5 100644
--- a/landing-pages/site/config.toml
+++ b/landing-pages/site/config.toml
@@ -116,10 +116,6 @@ no = 'Sorry to hear that. Please <a 
href="https://github.com/USERNAME/REPOSITORY
     url = "https://github.com/apache/airflow/";
     iconName = "github-white.svg"
 [[params.links.media]]
-    name = "Jira"
-    url = "https://jira.apache.org/jira/projects/AIRFLOW/";
-    iconName = "jira.svg"
-[[params.links.media]]
     name = "Slack"
     url = "https://apache-airflow.slack.com/";
     iconName = "slack.svg"
diff --git a/landing-pages/site/content/en/community/_index.html 
b/landing-pages/site/content/en/community/_index.html
index c77199f..eb06d37 100644
--- a/landing-pages/site/content/en/community/_index.html
+++ b/landing-pages/site/content/en/community/_index.html
@@ -29,7 +29,7 @@ menu:
     </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" >}}
+    {{< accordion title="Report a bug" description="Use our 
[Github](https://github.com/apache/airflow/issues) to create a ticket." 
logo_path="icons/bug-icon.svg" >}}
     <p class="bodytext__medium--brownish-grey">Remember to put there as much 
information as you can, including:</p>
     <ul class="ticks-blue mx-auto">
         <li>tracebacks,</li>
@@ -58,10 +58,9 @@ menu:
 
     {{< 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" >}}
     <ol class="counter-blue mx-auto">
-        <li>Create account at Airflow JIRA <a 
href="https://issues.apache.org";>[Sign up]</a></li>
+        <li>Create account at Github <a href="https://github.com";>[Sign 
up]</a></li>
         <li>
-            Create new issue and as its type use ‘feature’. Try to put in the 
description as much information as you can
-            to clarify your idea.
+            Create <a 
href="https://github.com/apache/airflow/issues/new/choose";>new issue</a> and 
choose ‘Feature request’. Try to put in the description as much information as 
you can to clarify your idea.
         </li>
         <li>
             We encourage you to open a PR with your implementation of the 
feature. It would be great if you would take a
@@ -73,10 +72,9 @@ menu:
 
     {{< accordion title="Fix a bug" description="We don’t like bugs. If you 
found one please tell us as soon as possible using steps below." 
logo_path="icons/fix-bug-icon.svg" >}}
     <ol class="counter-blue mx-auto">
-        <li>Create account at Airflow JIRA <a 
href="https://issues.apache.org";>[Sign up]</a></li>
+        <li>Create account at Github <a href="https://github.com";>[Sign 
up]</a></li>
         <li>
-            Create new issue and as its type use ‘bug’. Try to put in the 
description as much information as you can
-            including replication steps, tracebacks and screens.
+            Create <a 
href="https://github.com/apache/airflow/issues/new/choose";>new issue</a> and 
choose ‘Bug report’. Try to put in the description as much information as you 
can including replication steps, tracebacks and screens.
         </li>
         <li>
             We encourage you to open a PR with bug fix. It would be great if 
you would take a look at our
@@ -87,8 +85,7 @@ menu:
 
     {{< accordion title="Improve documentation" description="Some people may 
want to improve documentation and this is mostly welcomed!" 
logo_path="icons/documentation-icon.svg" >}}
     <ol class="counter-blue mx-auto">
-        <li>Open a PR with changes (no need for jira issue)</li>
-        <li>Prefix it with “[AIRFLOW-XXX]”.</li>
+        <li>Open a PR with changes</li>
         <li>
             If you are not sure about your changes feel free to post a 
question on #documentation channel on our <a
                     href="https://apache-airflow.slack.com";>Slack</a>.

Reply via email to