You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2017. It is now read-only.
- Create your top branch from `2.x`: `git branch my-new-topic origin/dev`
33
33
- Commit your changes: `git commit -am 'Add some topic'`
34
34
- Push to the branch: `git push origin my-new-topic`
35
35
- Submit a pull request to `2.x` branch of `kazupon/vue-validator` repository !
36
36
37
-
### Branch
37
+
### :leaves:Branch
38
38
- dev (developement branch for v3 later)
39
39
- 2.x (maintance branch for v2 later)
40
40
41
41
42
-
## Development Setup
42
+
## :hammer:Development Setup
43
43
44
44
# install deps
45
45
npm install
@@ -60,21 +60,21 @@ Validator component for Vue.js
60
60
npm test
61
61
62
62
63
-
## Issues
63
+
## :exclamation:Issues
64
64
65
65
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.
66
66
67
67
68
-
## Contribution
68
+
## :rocket:Contribution
69
69
70
70
Please make sure to read the [Contributing Guide](https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md) before making a pull request.
71
71
72
72
73
-
## Changelog
73
+
## :scroll:Changelog
74
74
75
75
Details changes for each release are documented in the [CHANGELOG.md](https://github.com/kazupon/vue-validator/blob/dev/CHANGELOG.md).
0 commit comments