From 9328f31a65356b7b5cacbe394d31d88d89bf2541 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Fri, 2 Dec 2022 19:17:21 +0400 Subject: [PATCH] Configure the template chooser --- .github/ISSUE_TEMPLATE/QUESTION.md | 8 -------- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ 2 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/QUESTION.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/QUESTION.md b/.github/ISSUE_TEMPLATE/QUESTION.md deleted file mode 100644 index ffd57814ad..0000000000 --- a/.github/ISSUE_TEMPLATE/QUESTION.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Question -about: Ask a question. -title: "[Question] " -labels: 'question' -assignees: '' - ---- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..014b257254 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: API issue + url: https://bugs.telegram.org + about: Any bug report or feature request affecting more than only Telegram Desktop. + - name: Issue of other client + url: https://bugs.telegram.org + about: Any bug report or feature request not about Telegram Desktop. + - name: Question + url: https://t.me/TelegramDesktopTalk + about: Ask a question.