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 <kaxilnaik@gmail.com>

Co-authored-by: Kaxil Naik <kaxilnaik@gmail.com>
This commit is contained in:
Jarek Potiuk 2020-08-22 20:01:42 +02:00 коммит произвёл GitHub
Родитель 47c6657ce0
Коммит 0c4f7cd0d0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 14 удалений

5
.github/ISSUE_TEMPLATE/config.yml поставляемый Normal file
Просмотреть файл

@ -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

14
.github/ISSUE_TEMPLATE/support_request.md поставляемый
Просмотреть файл

@ -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.