Skip to content

Commit 4a96d14

Browse files
eps1lonmerceyz
andauthored
[docs] Improve entry points for issue repros (#19501)
Co-authored-by: Kristoffer K. <merceyz@users.noreply.github.com>
1 parent 0da71b7 commit 4a96d14

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/ISSUE_TEMPLATE/1.bug.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ about: Create a bug report for Material-UI.
2929
Provide a link to a live example (you can use codesandbox.io) and an unambiguous set of steps to reproduce this bug.
3030
Include code to reproduce, if relevant (which it most likely is).
3131
32-
This codesandbox.io template _may_ be a good starting point:
33-
https://codesandbox.io/s/github/mui-org/material-ui/tree/master/examples/create-react-app
32+
You should use the official codesandbox template as a starting point: https://material-ui.com/r/issue-template
3433
35-
If you're using typescript a better starting point would be
36-
https://codesandbox.io/s/github/mui-org/material-ui/tree/master/examples/create-react-app-with-typescript
34+
If you have an issue concerning TypeScript please start from this TypeScript playground: https://material-ui.com/r/ts-issue-template
3735
38-
If YOU DO NOT take time to provide a codesandbox.io reproduction, should the COMMUNITY take time to help you?
36+
Issues without some form of live example have a longer response time.
3937
-->
4038

4139
Steps:

docs/cdn/_redirects

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ https://material-ui.dev/* https://material-ui.com/:splat 301!
2424
/r/caveat-with-refs-guide /guides/composition/#caveat-with-refs 302
2525
/r/pseudo-classes-guide /customization/components/#pseudo-classes 302
2626
/r/input-component-ref-interface /components/text-fields/#integration-with-3rd-party-input-libraries 302
27-
27+
/r/issue-template https://codesandbox.io/s/material-ui-issue-dh2yh
28+
/r/ts-issue-template https://www.typescriptlang.org/play/#code/JYWwDg9gTgLgBAKjgQwM5wEoFNkGN4BmUEIcA5FDvmQNwBQokscA3nXHAPSdwwAWWOLhKQAdllEx0ATwgBXOHNRYAJnQC+cIiXIABEMhhYowZABsAtHOCdhlMnToE5o-MAii4AESwgIACgBKVnYuHgBNeSghCBUsDSA 302
2829
# To remove at some point (2021).
2930

3031
/css-in-js/* /styles/:splat 301

0 commit comments

Comments
 (0)