2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00
This commit is contained in:
Jeff
2018-09-05 08:07:21 -07:00
parent fc9328d438
commit c948859e13
3 changed files with 2 additions and 47 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
## Pull Requests
Looks like you want to help out on vue-select.. awesome! Here's a couple things to keep in mind when contributing.
Looks like you want to help out on vue-select.. awesome! Here's a few things to keep in mind when contributing.
1. If your PR contains multiple commits, try to keep those commits succinct, with descriptive messages. This makes it easier to understand your thought process.
2. Don't run the build before submitting. The build is only run and committed immediately before a new release, and submitting a PR with a build included is just more to parse.
2. **Don't run the build** before submitting. The build is only run and committed immediately before a new release.
3. If your PR fixes or references an open issue, be sure to reference it in your message.
4. If you're adding new functionality, make sure your code has good test coverage.
-24
View File
@@ -1,24 +0,0 @@
{
"title": "vue-select",
"gitbook": ">3.0.0",
"root": "./docs/gitbook",
"plugins": ["edit-link", "-fontsettings", "codepen", "include-csv"],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/sagalbot/vue-select/edit/gitbook/docs/gitbook",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/sagalbot/vue-select/"
},
"codepen": {
"theme": 32252
}
},
"links": {
"sharing": {
"facebook": false,
"twitter": false
}
}
}
-21
View File
@@ -1,21 +0,0 @@
# Summary
- Getting Started
- [Installation](Install.md)
- [Dropdown Options](Basics/Options.md)
- [Option Labels](Basics/Options.md#labels)
- [Null Options](Basics/Options.md#null)
- [Selecting Values](Basics/Values.md#values)
- [Single](Basics/Values.md#single)
- [Multiple](Basics/Values.md#multiple)
- [Tagging](Basics/Values.md#tagging)
- [Localization](Basics/Localization.md)
- Digging Deeper
- [Templating](Advanced/Templating.md)
- [Vuex](Advanced/Vuex.md)
- [AJAX](Advanced/Ajax.md)
- [Examples](Examples.md)
- API
- [Props](Api/Props.md)