diff --git a/.github/ISSUE_TEMPLATE/Support_Question.md b/.github/ISSUE_TEMPLATE/Support_Question.md deleted file mode 100644 index 2ea1f7895f..0000000000 --- a/.github/ISSUE_TEMPLATE/Support_Question.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: 🙈 Support Question -about: If you have any questions use the mediasoup Discourse Group ---- - -**IMPORTANT:** We primarily use GitHub as an issue tracker. Please, use the mediasoup Discourse Group if you have questions or doubts or if you need support about mediasoup and its ecosystem: - -https://mediasoup.discourse.group - -Before asking any questions, please check the mediasoup official documentation: - -https://mediasoup.org/documentation diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..b82133b787 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +blank_issues_enabled: true +contact_links: + - name: 🙈 Support Question + url: https://mediasoup.discourse.group + about: | + We primarily use GitHub as an issue tracker. Please, use the mediasoup Discourse Group if you have questions or doubts or if you need support about mediasoup and its ecosystem. + Before asking any questions, please check the mediasoup official documentation: diff --git a/Cargo.lock b/Cargo.lock index b354e488c9..aa2c9cddaf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1354,7 +1354,7 @@ checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909" [[package]] name = "mediasoup" -version = "0.16.0" +version = "0.17.0" dependencies = [ "actix", "actix-web", @@ -1391,7 +1391,7 @@ dependencies = [ [[package]] name = "mediasoup-sys" -version = "0.8.0" +version = "0.9.0" dependencies = [ "planus", "planus-codegen",