Skip to content
Helio Machado edited this page Jun 25, 2021 · 8 revisions

Guidelines

Contributions

Pull request tests won't run until maintainers approve them.

Coding conventions

As per @DavidGOrtega, all the CML JavaScript code should follow the Airbnb JavaScript Style Guide (?)

Maintenance

New pull requests

  1. Use a branch and create a pull request targeting the master branch
  2. Release managers will be in charge of merging pull requests after a one or more approving review.

New releases

  1. git checkout master && git pull && npm version vM.m.p && git push && git push --tags
  2. Draft a new release
    • make sure all commits since last release are summarised in the release notes
Clone this wiki locally