From e83660b3bd8ef2abef8e23d50561237d7c85e3d8 Mon Sep 17 00:00:00 2001 From: michel Date: Thu, 8 Feb 2024 16:37:23 +0100 Subject: [PATCH] adjusted links to search for existing issues --- .github/ISSUE_TEMPLATE/1.bug.yml | 2 +- .github/ISSUE_TEMPLATE/2.feature.yml | 2 +- .github/ISSUE_TEMPLATE/3.support.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug.yml b/.github/ISSUE_TEMPLATE/1.bug.yml index 87e5dbe..d0a7f9b 100644 --- a/.github/ISSUE_TEMPLATE/1.bug.yml +++ b/.github/ISSUE_TEMPLATE/1.bug.yml @@ -9,7 +9,7 @@ body: attributes: label: Search keywords description: | - Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/mui-design-kits/issues). + Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/mui-design-kits/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aclosed). If your issue isn't a duplicate, great! Please list the keywords you used so people in the future can find this one more easily: validations: required: true diff --git a/.github/ISSUE_TEMPLATE/2.feature.yml b/.github/ISSUE_TEMPLATE/2.feature.yml index 54a58c5..23e6015 100644 --- a/.github/ISSUE_TEMPLATE/2.feature.yml +++ b/.github/ISSUE_TEMPLATE/2.feature.yml @@ -9,7 +9,7 @@ body: attributes: label: Search keywords description: | - Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/mui-design-kits/issues). + Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/mui-design-kits/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aclosed). If your issue isn't a duplicate, great! Please list the keywords you used so people in the future can find this one more easily: validations: required: true diff --git a/.github/ISSUE_TEMPLATE/3.support.yml b/.github/ISSUE_TEMPLATE/3.support.yml index 1554b2e..5c2c00a 100644 --- a/.github/ISSUE_TEMPLATE/3.support.yml +++ b/.github/ISSUE_TEMPLATE/3.support.yml @@ -8,12 +8,12 @@ body: value: | Please provide a searchable summary of the issue in the title above ⬆️. - ⚠️ **Don't use this form if the problem is [a bug](https://github.com/mui/mui-design-kits/issues/new?assignees=&labels=status%3A+needs+triage&template=1.bug.yml) or a [feature request](https://github.com/mui/mui-design-kits/issues/new?assignees=&labels=status%3A+needs+triage&template=2.feature.yml), use the dedicated form instead.** + ⚠️ **Don't use this form if the problem is [a bug](https://github.com/mui/mui-design-kits/issues/new?assignees=&labels=status%3A+waiting+for+maintainer&template=1.bug.yml) or a [feature request](https://github.com/mui/mui-design-kits/issues/new?assignees=&labels=status%3A+waiting+for+maintainer&template=2.feature.yml), use the dedicated form instead.** - type: input attributes: label: Search keywords description: | - Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/mui-design-kits/issues). + Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/mui-design-kits/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aclosed). If your issue isn't a duplicate, great! Please list the keywords you used so people in the future can find this one more easily: validations: required: true