From 0fcf9531e858393f3495ee9f6d828723367ff178 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Wed, 10 Jul 2024 17:29:24 +0200 Subject: [PATCH] Remove github blank issues --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2abaa629d..aacff2fd4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ --- name: Bug report -description: File a bug/issue +description: File a bug/issue for the Desktop application title: "[Bug]: " labels: ["bug"] diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..406ddd9ee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,15 @@ +blank_issues_enabled: false +contact_links: + - name: SDK issues + url: https://github.com/BelledonneCommunications/linphone-sdk/issues + about: Please post issues about the SDK here. + - name: Android issues + url: https://github.com/BelledonneCommunications/linphone-android/issues + about: Please post issues about the Android application here. + - name: iOS issues + url: https://github.com/BelledonneCommunications/linphone-iphone/issues + about: Please post issues about the iPhone application here. + - name: Contacts + url: https://www.linphone.org/contact + about: For any contacts like commercial, licensing, mailing-lists +