Skip to content

Commit

Permalink
[infra] Adjust the links to search for issues (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen authored Feb 15, 2024
1 parent e95ff7a commit 9c4351f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1.bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:/mui/mui-design-kits/issues).
Your issue may have already been reported! First search for duplicates among the [existing issues](https:/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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2.feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:/mui/mui-design-kits/issues).
Your issue may have already been reported! First search for duplicates among the [existing issues](https:/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
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/3.support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:/mui/mui-design-kits/issues/new?assignees=&labels=status%3A+needs+triage&template=1.bug.yml) or a [feature request](https:/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:/mui/mui-design-kits/issues/new?assignees=&labels=status%3A+waiting+for+maintainer&template=1.bug.yml) or a [feature request](https:/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:/mui/mui-design-kits/issues).
Your issue may have already been reported! First search for duplicates among the [existing issues](https:/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
Expand Down

0 comments on commit 9c4351f

Please sign in to comment.