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:
chengchao 2016-12-28 05:09:21 +08:00 committed by Evan You
parent 610fe31592
commit f5f8453050
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ Hi! Im 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, dont hesitate to close it. In case you found a solution by yourself, it could be helpful to explain how you fixed it.

View File

@ -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, dont hesitate to close it. In case you found a solution by yourself, it could be helpful to explain how you fixed it.