mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
cleanup
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
|||||||
## Pull Requests
|
## 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.
|
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.
|
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.
|
4. If you're adding new functionality, make sure your code has good test coverage.
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -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)
|
|
||||||
Reference in New Issue
Block a user