From cabbf2ff935cdf4b4f56e301bf98f17935270096 Mon Sep 17 00:00:00 2001 From: Generator Date: Thu, 25 Jul 2024 21:01:17 +0100 Subject: [PATCH] add config.yml --- .../ISSUE_TEMPLATE/{bug_report.yml => 1-bug_report.yml} | 2 +- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{bug_report.yml => 1-bug_report.yml} (98%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/1-bug_report.yml similarity index 98% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/1-bug_report.yml index 3f70c3f47..d077df672 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug_report.yml @@ -82,7 +82,7 @@ body: label: Additional information description: | Any other information you'd like to include, for instance that - * app logcat + * Device (NVIDIA Sheild, Xiaomi Mi Box, etc) * screenshot * your cat disabled your network connection * ... \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..b5ccd13a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Telegram group (international) + url: http://t.me/SmartTubeEN + about: "The international group is in **English only**. But don't worry if your English is not perfect, we have a friendly international community." + - name: Telegram group (RU/UA) + url: http://t.me/SmartTubeUA + about: "Group for Russian and Ukrainian speakers." \ No newline at end of file