Skip to content

Commit

Permalink
[core] Improve GitHub bug reproduction template (mui#5067)
Browse files Browse the repository at this point in the history
Instead of adding templates for the different components, we'll suggest to fork a demo close to the user use case.
  • Loading branch information
joserodolfofreitas authored and alexfauquette committed Aug 26, 2022
1 parent d68fed1 commit 8dc4481
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/1.bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ 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/x/advanced-components/), 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 of the [DataGrid](https://codesandbox.io/s/datagrid-v5-quick-start-54iz1) or [DataGridPro](https://codesandbox.io/s/datagridpro-v5-quick-start-5pjhc) as a starting point.
If you have an issue concerning TypeScript please start from this TypeScript playground: https://mui.com/r/ts-issue-template.
Or you can use a [basic template](https://mui.com/r/x-issue-template) to build your reproduction case.
Issues that we can't reproduce will be closed.
value: |
Link to live example:
Steps:
1.
2.
3.
Expand Down
1 change: 1 addition & 0 deletions docs/public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/r/x-license-eula https://mui.com/store/legal/mui-x-eula/ 302
/r/x-license-key-installation https://mui.com/x/introduction/licensing/#license-key-installation 302
/r/x-data-grid-no-dimensions https://mui.com/x/react-data-grid/layout/ 302
/r/x-issue-template https://codesandbox.io/s/mui-x-issue-template-uh3pm2 302

# Legacy redirection
# 2021
Expand Down

0 comments on commit 8dc4481

Please sign in to comment.