Skip to content

Commit d1a54ac

Browse files
committed
Merge pull request #322 from amirrustam/patch-2
Making this official plugin README more official.
2 parents f1561d2 + aabaf01 commit d1a54ac

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vue-router [![Build Status](https://img.shields.io/circleci/project/vuejs/vue-router/master.svg)](https://circleci.com/gh/vuejs/vue-router) [![npm package](https://img.shields.io/npm/v/vue-router.svg)](https://www.npmjs.com/package/vue-router)
1+
# vue-router [![Build Status](https://img.shields.io/circleci/project/vuejs/vue-router/master.svg)](https://circleci.com/gh/vuejs/vue-router) [![npm package](https://img.shields.io/npm/v/vue-router.svg)](https://www.npmjs.com/package/vue-router) [![bitHound Overall Score](https://www.bithound.io/github/vuejs/vue-router/badges/score.svg)](https://www.bithound.io/github/vuejs/vue-router) [![Issue Stats](http://issuestats.com/github/vuejs/vue-router/badge/issue?style=flat)](http://issuestats.com/github/vuejs/vue-router)
22

33
**Compatibility Note:** `vue-router` requires Vue.js 0.12.10+
44

@@ -40,8 +40,30 @@ npm run unit
4040
npm run e2e-local
4141
```
4242

43+
## Questions
44+
45+
For questions and support please use the [Gitter chat room](https://gitter.im/vuejs/vue) or [the official forum](http://forum.vuejs.org). The issue list of this repo is **exclusively** for bug reports and feature requests.
46+
4347
## Issues
4448

4549
Please make sure to read the [Issue Reporting Checklist](https://github.com/vuejs/vue/blob/dev/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.
4650

51+
## Contribution
52+
53+
Please make sure to read the [Contributing Guide](https://github.com/vuejs/vue/blob/dev/CONTRIBUTING.md) before making a pull request.
54+
55+
## Changelog
56+
57+
Details changes for each release are documented in the [release notes](https://github.com/vuejs/vue-router/releases).
58+
59+
## Stay In Touch
60+
61+
- For latest releases and announcements, follow on Twitter: [@vuejs](https://twitter.com/vuejs)
62+
63+
## License
64+
65+
[MIT](http://opensource.org/licenses/MIT)
66+
67+
Copyright (c) 2013-2016 Evan You
68+
4769

0 commit comments

Comments
 (0)