From e2c50eccba62a59e9659849db6d5649a62fc9d71 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Mon, 15 Aug 2022 20:06:29 +0200 Subject: [PATCH] add more issues types (#14174) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add more issues types * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Mansy * typo Co-authored-by: Adrian Wälchli Co-authored-by: Kaushik B <45285388+kaushikb11@users.noreply.github.com> Co-authored-by: Mansy Co-authored-by: Adrian Wälchli Co-authored-by: Laverne Henderson Co-authored-by: Akihiro Nitta --- .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0fe790310f247..f71844e9664fe 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,14 @@ blank_issues_enabled: false contact_links: - - name: Ask a Question + - name: ❓ Ask a Question url: https://github.com/Lightning-AI/lightning/discussions/new - about: Ask and answer Lightning related questions - - name: 💬 Slack + about: Ask and answer Lightning related questions. + - name: 💬 Chat with us url: https://www.pytorchlightning.ai/community - about: Chat with our community + about: Live chat with experts, engineers, and users in our Slack community. + - name: 📖 Read the documentation + url: https://lightning.ai/lightning-docs/ + about: Please consult the documentation before opening any issues! + - name: 🙋 Contact us about professional services + url: https://lightning.ai + about: Contact the Lightning.ai sales team for paid support.