Github Tips
コミットの差分を出す
https://github.com/アカウント名/リポジトリ名/compare/コミットid...コミットid
折りたたみ/icons/point.iconsummaryの後に空行を入れること
code:md
<details>
<summary>これは中身が整形される</summary>
1. 野菜**A**の皮を剥く。
2. 乱切りにする。
3. 調味料**B**と合わせて炒める。
- 火傷に注意。
</details>
マークダウンのアラート記法
code:markdown
Highlights information that users should take into account, even when skimming.
Optional information to help a user be more successful.
Crucial information necessary for users to succeed.
Critical content demanding immediate user attention due to potential risks.
Negative potential consequences of an action.
https://gyazo.com/e9180c1e61cb7074fe5757e4d72a4a39
codeowners
.github/CODEOWNERSにディレクトリごとのオーナー(詳しい人)を指定しておくとPRのreviewerに自動で設定される
code:.github
# アプリケーション周り
/frontend @hoge
/backend @fuga
# インフラ周り
/api @group-dev
/gcp @group-dev-infra
/.github @group-dev
/.circleci @group-dev
PRのコメントに画像を貼ってコミュニケーション取る
github wikiはスター500いかないとgoogleにインデックスされない