yuki-koma2 / koma-blog

with cms tool
koma-blog.vercel.app
0 stars 0 forks source link

Getting Started

First, run the development server:

yarn dev

Commit Message Format

コミットコメントを残す理由

というように色々とメリットがあるので、個人開発の時もコミット単位やコミットメッセージをちゃんと書くようにする。

コメントのフォーマット

JIRAを使っているならチケット番号を書くと勝手にリンクしてくれるので便利。 今回はそこまでやるつもりないのでやらない。

<Prefix> : 修正内容概要

修正した内容の細かい説明

Prefix

Angular.js/DEVELOPERS.mdを参考に

feat: A new feature
fix: A bug fix
docs: Documentation only changes
style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
refactor: A code change that neither fixes a bug nor adds a feature
perf: A code change that improves performance
test: Adding missing or correcting existing tests
chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
test: Adding missing or correcting existing tests
ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)

適切な単位でコミットを着くことにつながる。

コミットをする際のルール・補足

ブランチのルール

github flowを採用する。

ブランチの種類

ブランチの役割

Pull Requestのルール