| ツール | バージョン |
|---|---|
| Node.js | .tool-versions |
| npm | package.json における engines.npm の値 |
| gibo | ^3.0.14 |
| yamllint | ^1.37.1 |
| actionlint | .tool-versions |
| カテゴリー | 規約 |
|---|---|
| Git コミット | Conventional Commits v1.0.0 |
| @commitlint/config-conventional | |
| Git ブランチ戦略 | GitHub flow |
| バージョニング | セマンティック バージョニング 2.0.0 |
| GitHub PR タイトル | コミットメッセージ規約と同じ |
git clone git@github.com:<your org>/base_template_ja.git
cd base_template_ja
make dev-install
make lint
npm run commit # commitlint アダプターを伴った Commitizen を利用
# or
npm run cm # `npm run commit` のエイリアス
# or
git commit # 通常の Git コミット