You will need Node.js version 12+
- Fork from GitHub
- Clone the forked project
- checkout develop branch
- Run
npm install
to install dependencies.
Commit messages should follow Vue's commit message convention.
- Do not submit PRs against the
main
branch. Checkout a topic branch from the relevant branch (e.g. develop) and merge back against that branch - Work in the
src
folder and DO NOT check indist
in the commits - It's okay to have multiple small commits - GitHub will automatically squash it before merging
- Make sure the project can be built using
npm run build
- If you are fixing a bug:
- If you are resolving a special issue, add
(fix #xxxx[,#xxxx])
(#xxxx is the issue id) in your Pull Request title. - Add appropriate test coverage if applicable
- If you are resolving a special issue, add