Skip to content
Casper da Costa-Luis edited this page Jun 10, 2021 · 8 revisions

Guidelines

Contributions

PR tests won't all pass due to missing credentials. Don't worry - we're working on it!

Maintainers: New PR

  1. Use a branch and PR targeting master
  2. After at least 1 approving review, RM will merge

Maintainers: New Release

  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