[new feature] Docs: 增加 contribute 指南 (#182)

* add contribute doc

* fix url path

* 文档格式调整

* readme 标题修改

* contribute guide for english

* contribute for english

* add pr & issue guildlines

* change title && add pr & issue in zh_CN.md

* add desc in zh_CN

* add zh-CN markdown
This commit is contained in:
Yao
2017-10-10 14:39:58 +08:00
committed by GitHub
parent fcb9a4a8a9
commit c0ed30e7be
6 changed files with 203 additions and 16 deletions

View File

@@ -55,15 +55,9 @@ import 'vant/lib/vant-css/index.css';
Vue.use(vant);
```
## Development
## How to contribute
Start development mode:
```shell
npm run dev
```
Visit [http://localhost:8080](http://localhost:8080) to see an example of all components.
Please make sure to read the [Contributing Guide](./docs/examples-docs/en-US/contribute.md) before making a pull request.
## Preview