Browse Source

Recommend user to provide reproduction repository for ssr issue (#4573)

* recommend user to provide reproduction repository for ssr issue

* fix typo

* update style
dev
chengchao 8 years ago
committed by Evan You
parent
commit
f5f8453050
  1. 2
      .github/CONTRIBUTING.md
  2. 2
      .github/ISSUE_TEMPLATE.md

2
.github/CONTRIBUTING.md

@ -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

@ -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…
Cancel
Save