| name | about | title | labels |
|---|---|---|---|
Refactoring |
機能要望や不具合報告ではない、内部リファクタリングやその他改善のためのタスク |
リファクタリング: |
refactoring |
例: 日付操作ライブラリをmomentからdayjsへ切り替える。
コミットメッセージのバリデーションには commitlint ( https://github.com/conventional-changelog/commitlint ) を使用します。
またコミットメッセージは次の規約に準拠します。
https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional
コミットメッセージのフォーマットは次の通りです。
こちらのポストがとても参考になったので、意訳しつつ自分なりに解釈しやすい言葉でまとめ直しました。
https://gist.github.com/digitaljhelms/4287848
メインブランチに寿命はなく、レポジトリには常に stable と master の2つのブランチが存在します。
| Instance | Branch | Description, Instructions, Notes |
|---|---|---|
| Stable | stable | Accepts merges from Working and Hotfixes |