-
-
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
Merged
joserodolfofreitas
merged 11 commits into
mui:master
from
joserodolfofreitas:update-github-bug-template
Jul 9, 2022
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
1ed6a51
Remove base data grid codesandbox references and suggest starting fro…
joserodolfofreitas 58e83a5
Small fix
joserodolfofreitas 524f527
Add placeholder for the reproduction case link
joserodolfofreitas 829f1e6
Add a basic template and an image showing how to fork an example
joserodolfofreitas cff8d84
Add img
joserodolfofreitas 82f982c
Update image
joserodolfofreitas 815e7c6
Add missing comma
joserodolfofreitas 98aed63
Remove forking-example img from x repo
joserodolfofreitas 167cd6d
Update img URL
joserodolfofreitas 6bf8733
Simplifying the message
joserodolfofreitas 8fcc7f5
Add redirect to x-issue-template
joserodolfofreitas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
||
Issues that we can't reproduce will be closed. | ||
value: | | ||
Link to live example: | ||
|
||
Steps: | ||
|
||
1. | ||
2. | ||
3. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
||
# Legacy redirection | ||
# 2021 | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
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 😁