mirror of
https://gitee.com/vuejs/vue.git
synced 2024-11-29 18:47:39 +08:00
Recommend user to provide reproduction repository for ssr issue (#4573)
* recommend user to provide reproduction repository for ssr issue * fix typo * update style
This commit is contained in:
parent
610fe31592
commit
f5f8453050
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@ -28,7 +28,7 @@ Hi! I’m really excited that you are interested in contributing to Vue.js. Befo
|
||||
|
||||
- It is recommended that you make a JSFiddle/JSBin/Codepen to demonstrate your issue. You could start with [this template](http://jsfiddle.net/df4Lnuw6/) that already includes the latest version of Vue.
|
||||
|
||||
- For bugs that involves build setups, you can create a reproduction repository with steps in the README.
|
||||
- For potential SSR (Server Side Rendering) issue or bugs that involves build setups, you can create a reproduction repository with steps in the README.
|
||||
|
||||
- If your issue is resolved but still open, don’t hesitate to close it. In case you found a solution by yourself, it could be helpful to explain how you fixed it.
|
||||
|
||||
|
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -24,7 +24,7 @@ Reporting a bug?
|
||||
|
||||
- It is recommended that you make a JSFiddle/JSBin/Codepen to demonstrate your issue. You could start with [this template](http://jsfiddle.net/5sH6A/) that already includes the latest version of Vue.
|
||||
|
||||
- For bugs that involves build setups, you can create a reproduction repository with steps in the README.
|
||||
- For potential SSR (Server Side Rendering) issue or bugs that involves build setups, you can create a reproduction repository with steps in the README.
|
||||
|
||||
- If your issue is resolved but still open, don’t hesitate to close it. In case you found a solution by yourself, it could be helpful to explain how you fixed it.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user