Recommendations and requirements for how to best contribute to svelte-vega. As always, thanks for contributing, and we hope these guidelines make it easier and shed some light on our approach and processes.
We use yarn workspaces to manage versions and dependencies between packages in this monorepo.
svelte-vega/
package.json
...
packages/
package1/
package.json
...
src/
test/
...
lib/
esm/
...
...
yarn sample
This repository follows
conventional commits guideline for commit
messages and has a commitlint
hook which will require you to have the valid commit message before
committing.
You can use cz
to help you create a commit message.