Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 575 Bytes

CONTRIBUTING.md

File metadata and controls

48 lines (32 loc) · 575 Bytes

Contributing Guide

For Contributors

Thank you for your contribution!

Setup

This repository is a monorepo using Lerna and Yarn Workspaces.

% cd tamatebako
% yarn install

Develop

% yarn start

Test

% cd tamatebako
% yarn test
% yarn lint

For Maintainers

Merge

After you have approved a PR, please merge the PR using Squash and merge with Conventional Commits format.

Release

% cd tamatebako
% yarn release

If you'd like to release a new package.

% cd tamatebako
% yarn initial:release