Skip to content

Commit 98168ff

Browse files
authored
Update ISSUE_TEMPLATE.md
1 parent 7e7249a commit 98168ff

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Reporting a bug?
1212
- Open one issue per subject. Cluttered issues will be closed.
1313
- Make sure to only create issues for the newest version.
1414
- Create a declarative title and describe clearly the steps necessary to reproduce the issue. If an issue labeled "need repro" receives no further input from the issue author for more than 3 days, it will be closed.
15-
- If you want to show your code, please use [Codepen](http://codepen.io/pen/) or [JSFiddle](https://jsfiddle.net/). You can start with [this template](https://codepen.io/vue-material/pen/RxGmyb).
15+
- If you want to show your code, please use https://codesandbox.io/s/github/vuematerial/examples/tree/master/examples/quick-start
1616
- In case you found a solution by yourself, it could be helpful to explain how you have fixed it.
1717
- For bugs that involves build setups, you can create a reproduction repository with steps in the README.
1818
- If your issue is resolved but still open, don’t hesitate to close it.
@@ -49,5 +49,8 @@ Do not create new features based on a problem that will only solve edge cases fo
4949

5050
### Reproduction Link
5151

52-
<!-- If you want to show your code please use Codepen or JSFiddle. -->
53-
<!-- You could start with this template: http://codepen.io/vue-material/pen/WGavBE. -->
52+
<!-- If you want to show your code please use Codesanbox. -->
53+
<!--
54+
You could start with this template:
55+
https://codesandbox.io/s/github/vuematerial/examples/tree/master/examples/quick-start
56+
-->

0 commit comments

Comments
 (0)