Hi! We are really excited that you are interested in contributing to Vuestic. Before submitting your contribution though, please make sure to take a moment and read through the following guidelines.
master branch is just a snapshot of the latest stable release. Do not submit PRs against the master branch.develop.develop and add a developer for review. You can ping said developer to speed things up ;).It's OK to have multiple small commits as you work on the PR - we will let GitHub automatically squash it before merging.
Good stuff to add in your pull request:
(fix #xxxx[,#xxx]) (#xxxx is the issue id) so that github will close the issue once it's up on master. You have to add that to the body of PR, won't work in header :).Upstream branches (epicmax/vuestic-admin):
master - stable snapshot from develop. Releases and hotfixes only. Do not submit PR's to master!.develop - main development branch.Local branches
feat/tabs.fix #123).develop branch directly while adding (fix #123) to commit message.npm and yarn)Vuestic-admin uses vuestic-ui internally. So if you have some troubles with components - it's better to submit issue or PR in respective repo.
# run dev server
$ yarn dev
# build vuestic-admin project into bundle
$ yarn build