-
Notifications
You must be signed in to change notification settings - Fork 346
Contributing
Helio Machado edited this page Jun 16, 2021
·
8 revisions
Pull request tests won't run until maintainers approve them.
As per @DavidGOrtega, all the CML JavaScript code should follow the Airbnb JavaScript Style Guide.
- Use a branch and create a pull request targeting the
master
branch - Release managers will be in charge of merging pull requests after a one or more approving review.
git checkout master && git pull && npm version vM.m.p && git push && git push --tags
- Draft a new release
- make sure all commits since last release are summarised in the release notes