You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/08/22 18:02:39 UTC

[airflow] branch master updated: Change Support Request template to a link to Slack (#10480)

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

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c4f7cd  Change Support Request template to a link to Slack (#10480)
0c4f7cd is described below

commit 0c4f7cd0d06f245aaf83d3456b94653564050504
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Sat Aug 22 20:01:42 2020 +0200

    Change Support Request template to a link to Slack (#10480)
    
    * Change Support Request template to a link to Slack
    
    * Update .github/ISSUE_TEMPLATE/config.yml
    
    Co-authored-by: Kaxil Naik <ka...@gmail.com>
    
    Co-authored-by: Kaxil Naik <ka...@gmail.com>
---
 .github/ISSUE_TEMPLATE/config.yml         |  5 +++++
 .github/ISSUE_TEMPLATE/support_request.md | 14 --------------
 2 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..7c77988
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
+blank_issues_enabled: false
+contact_links:
+  - name: Ask a question or get support
+    url: https://s.apache.org/airflow-slack
+    about: Ask a question or request support for using Apache Airflow
diff --git a/.github/ISSUE_TEMPLATE/support_request.md b/.github/ISSUE_TEMPLATE/support_request.md
deleted file mode 100644
index ab80b5c..0000000
--- a/.github/ISSUE_TEMPLATE/support_request.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-name: Question or Support request
-about: Any questions you might have.
-title: ''
-labels: invalid
-assignees: ''
-
----
-
-**Do not use issues for support requests or general help queries**
-
-Please ask on one of our mailing lists, or in our Slack channel. See the "Ask a question" section of http://airflow.apache.org/community/
-
-Issues which are not bug reports or feature requests (i.e. "how do I get X working", or "How do I best do X?") will likely be closed without a response.