-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] Improve GitHub bug reproduction template #5067
[core] Improve GitHub bug reproduction template #5067
Conversation
These are the results for the performance tests:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds more scalable with the number of components 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest to propose both options in the template.
The Codesandbox template is a link, people do not have to look for the codesandbox button on the doc (which can be non-trivial to find). So for a basic example, I think it's easier.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two thoughts:
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
ac9b051
to
8fcc7f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 for this direction, a few notes, we might want to do a follow-up PR:
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link is a 301
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. | |
As a starting point, we recommend you browse our [documentation](https://mui.com/x/introduction/), and [select](https://mui.com/static/docs/forking-an-example.png) the closest example to your use case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"the documentation". We document ourselves here 😁
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. | |
As a starting point, we recommend you [browse the documentation](https://mui.com/x/introduction/), and [select](https://mui.com/static/docs/forking-an-example.png) the closest example to your use case. |
@@ -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/advanced-components/#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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of adding templates for the different components, we'll suggest to fork a demo close to the user use case.
Instead of adding templates for the different components, we'll suggest to fork a demo close to the user use case.
Instead of adding templates for the different components, we'll suggest to fork a demo close to the user use case.