Skip to content

Commit

Permalink
[docs] Improve entry points for issue repros (#19501)
Browse files Browse the repository at this point in the history
Co-authored-by: Kristoffer K. <merceyz@users.noreply.github.com>
  • Loading branch information
eps1lon and merceyz committed Feb 2, 2020
1 parent 0da71b7 commit 4a96d14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/ISSUE_TEMPLATE/1.bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ about: Create a bug report for Material-UI.
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).
This codesandbox.io template _may_ be a good starting point:
https://codesandbox.io/s/github/mui-org/material-ui/tree/master/examples/create-react-app
You should use the official codesandbox template as a starting point: https://material-ui.com/r/issue-template
If you're using typescript a better starting point would be
https://codesandbox.io/s/github/mui-org/material-ui/tree/master/examples/create-react-app-with-typescript
If you have an issue concerning TypeScript please start from this TypeScript playground: https://material-ui.com/r/ts-issue-template
If YOU DO NOT take time to provide a codesandbox.io reproduction, should the COMMUNITY take time to help you?
Issues without some form of live example have a longer response time.
-->

Steps:
Expand Down
3 changes: 2 additions & 1 deletion docs/cdn/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ https://material-ui.dev/* https://material-ui.com/:splat 301!
/r/caveat-with-refs-guide /guides/composition/#caveat-with-refs 302
/r/pseudo-classes-guide /customization/components/#pseudo-classes 302
/r/input-component-ref-interface /components/text-fields/#integration-with-3rd-party-input-libraries 302

/r/issue-template https://codesandbox.io/s/material-ui-issue-dh2yh
/r/ts-issue-template https://www.typescriptlang.org/play/#code/JYWwDg9gTgLgBAKjgQwM5wEoFNkGN4BmUEIcA5FDvmQNwBQokscA3nXHAPSdwwAWWOLhKQAdllEx0ATwgBXOHNRYAJnQC+cIiXIABEMhhYowZABsAtHOCdhlMnToE5o-MAii4AESwgIACgBKVnYuHgBNeSghCBUsDSA 302
# To remove at some point (2021).

/css-in-js/* /styles/:splat 301
Expand Down

0 comments on commit 4a96d14

Please sign in to comment.