diff --git a/.github/ISSUE_TEMPLATE/1.bug.yml b/.github/ISSUE_TEMPLATE/1.bug.yml index f95faf2e3a7a44..9cc21e64b436ed 100644 --- a/.github/ISSUE_TEMPLATE/1.bug.yml +++ b/.github/ISSUE_TEMPLATE/1.bug.yml @@ -34,12 +34,11 @@ body: attributes: label: Steps to reproduce 🕹 description: | - Provide a link to a live example (you can use codesandbox.io) and an unambiguous set of steps to reproduce this bug. - Include code to reproduce, if relevant (which it most likely is). + Please provide a link to a live example and an unambiguous set of steps to reproduce this bug. + + As a starting point, we recommend you browse our [documentation](https://mui.com/material-ui/getting-started/installation/), and [select](https://mui.com/static/docs/forking-an-example.png) the closest example to your use case. - You can use the official codesandbox template as a starting point: https://mui.com/r/issue-template. - - If you have an issue concerning TypeScript please start from this TypeScript playground: https://mui.com/r/ts-issue-template. + Or you can use the [official template](https://mui.com/r/issue-template) to build a reproduction case. Issues that we can't reproduce will be closed. value: | diff --git a/docs/public/static/docs/forking-an-example.png b/docs/public/static/docs/forking-an-example.png new file mode 100644 index 00000000000000..50b741095147ef Binary files /dev/null and b/docs/public/static/docs/forking-an-example.png differ