diff --git a/.github/ISSUE_TEMPLATE/1.bug.yml b/.github/ISSUE_TEMPLATE/1.bug.yml index 24e3b54a8b5a..9f824d1be7f6 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-x/issues). + Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/mui-x/issues?q=is%3Aissue). 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 6fc072dd7733..ea6b42d11ab9 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-x/issues). + Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/mui-x/issues?q=is%3Aissue). 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.pro-support.yml b/.github/ISSUE_TEMPLATE/3.pro-support.yml index c3ef5d1a3e07..e660e745d7b9 100644 --- a/.github/ISSUE_TEMPLATE/3.pro-support.yml +++ b/.github/ISSUE_TEMPLATE/3.pro-support.yml @@ -21,7 +21,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-x/issues). + Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/mui-x/issues?q=is%3Aissue). 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/4.premium-support.yml b/.github/ISSUE_TEMPLATE/4.premium-support.yml index fb927c7619eb..b4a524402c27 100644 --- a/.github/ISSUE_TEMPLATE/4.premium-support.yml +++ b/.github/ISSUE_TEMPLATE/4.premium-support.yml @@ -21,7 +21,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-x/issues). + Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/mui-x/issues?q=is%3Aissue). 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/5.priority-support.yml b/.github/ISSUE_TEMPLATE/5.priority-support.yml index f902b8ed2f40..e9deef0e72c6 100644 --- a/.github/ISSUE_TEMPLATE/5.priority-support.yml +++ b/.github/ISSUE_TEMPLATE/5.priority-support.yml @@ -11,7 +11,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-x/issues). + Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/mui-x/issues?q=is%3Aissue). 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/6.docs-feedback.yml b/.github/ISSUE_TEMPLATE/6.docs-feedback.yml index fc4e40d1cc4f..61890d751baa 100644 --- a/.github/ISSUE_TEMPLATE/6.docs-feedback.yml +++ b/.github/ISSUE_TEMPLATE/6.docs-feedback.yml @@ -10,7 +10,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-x/issues). + Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/mui-x/issues?q=is%3Aissue). 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/docs/data/introduction/support/support.md b/docs/data/introduction/support/support.md index 701c65e34bd5..1a9028d4a321 100644 --- a/docs/data/introduction/support/support.md +++ b/docs/data/introduction/support/support.md @@ -8,7 +8,7 @@ We use GitHub issues as a bug and feature request tracker. If you think you've found a bug, or you have a new feature idea: -1. Please start by [making sure it hasn't already been reported or fixed](https://github.com/mui/mui-x/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aclosed). +1. Please start by [making sure it hasn't already been reported or fixed](https://github.com/mui/mui-x/issues?q=is%3Aissue). You can search through existing issues and pull requests to see if someone has reported one similar to yours. 2. Then, if no duplicates exist, [open an issue](https://github.com/mui/mui-x/issues/new/choose) in the MUIĀ X repository.