From bdd0686b34636aa0e206e0b52a86da72b2851a2a Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sun, 25 Aug 2024 15:53:45 +0200 Subject: [PATCH] [docs] Fix Stack Overflow issue canned response --- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/workflows/support-stackoverflow.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5efac3c9faf8..5494cf0593c4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ contact_links: - name: Support ❔ url: https://mui.com/x/introduction/support/ - about: I need support with MUI X. + about: I need support with MUI X. diff --git a/.github/workflows/support-stackoverflow.yml b/.github/workflows/support-stackoverflow.yml index c9d8069a636f..d6c113db37c6 100644 --- a/.github/workflows/support-stackoverflow.yml +++ b/.github/workflows/support-stackoverflow.yml @@ -22,12 +22,12 @@ jobs: # Comment to post on issues marked as support requests. Add a link # to a support page, or set to `false` to disable issue-comment: | - 👋 Thanks for using MUI X! + 👋 Thanks for using this project! We use GitHub issues as a bug and feature requests tracker, however, this issue appears to be a support request. - For support, please check out https://mui.com/x/introduction/support/. Thanks! + For support with MUI X please check out https://mui.com/x/introduction/support/. Thanks! If you have a question on Stack Overflow, you are welcome to link to it here, it might help others. If your issue is subsequently confirmed as a bug, and the report follows the issue template, it can be reopened.