Skip to content
This repository was archived by the owner on Dec 25, 2017. It is now read-only.

Commit 58f4a50

Browse files
committed
📝 docs(README): add emoji labels
1 parent f3503cd commit 58f4a50

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,38 @@ Validator component for Vue.js
88

99
>:warning: NOTE: official release for Vue.js 2.0 not yet :construction:
1010
11-
## NOTICE !!
11+
## :warning: NOTICE !!
1212
`vue-validator` have retiring from vue.js official plugins. in the future, `vue-validator` is continuing as personal project.
1313

14-
## Compatibility
14+
## :ok: Compatibility
1515
- v2 later
1616
- Vue.js `1.0.20`+
1717
- v3 alpha (**WIP** :construction:)
1818
- Vue.js `2.0.3` later
1919

20-
## Documentation
20+
## :book: Documentation
2121
- v2 later
2222
- See [here](http://kazupon.github.io/vue-validator/)
2323
- v3
2424
- **WIP** :construction: [here](https://kazupon.github.io/vue-validator/)
2525

26-
## Projects
26+
## :star: Projects
2727
- v2: (maintance: https://github.com/kazupon/vue-validator/projects/1)
2828
- v3: (for 3.0 release: https://github.com/kazupon/vue-validator/projects/2)
2929

30-
## Contributing
30+
## :muscle: Contributing
3131
- Fork it !
3232
- Create your top branch from `2.x`: `git branch my-new-topic origin/dev`
3333
- Commit your changes: `git commit -am 'Add some topic'`
3434
- Push to the branch: `git push origin my-new-topic`
3535
- Submit a pull request to `2.x` branch of `kazupon/vue-validator` repository !
3636

37-
### Branch
37+
### :leaves: Branch
3838
- dev (developement branch for v3 later)
3939
- 2.x (maintance branch for v2 later)
4040

4141

42-
## Development Setup
42+
## :hammer: Development Setup
4343

4444
# install deps
4545
npm install
@@ -60,21 +60,21 @@ Validator component for Vue.js
6060
npm test
6161

6262

63-
## Issues
63+
## :exclamation: Issues
6464

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

6767

68-
## Contribution
68+
## :rocket: Contribution
6969

7070
Please make sure to read the [Contributing Guide](https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md) before making a pull request.
7171

7272

73-
## Changelog
73+
## :scroll: Changelog
7474

7575
Details changes for each release are documented in the [CHANGELOG.md](https://github.com/kazupon/vue-validator/blob/dev/CHANGELOG.md).
7676

7777

78-
## License
78+
## :copyright: License
7979

8080
[MIT](http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)