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.