Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 499 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 499 Bytes

Contributing Guide

For Contributors

Thank you for your contribution!

Setup

% cd garoon-rest
% npm install

Test

% cd garoon-rest
% npm test
% npm run lint

For Maintainers

Merge

After you have approved a PR, please merge the PR.

Release

After a PR is merged, Release Please creates a release PR. Merging the release PR will trigger creating a tag, creating a GitHub Release, and publishing to npm.