Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google エンジニアリング・プラクティス ドキュメントを追加 #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ Approveが揃い次第気軽にマージして大丈夫です。

またレビュワーには場合によってある程度強めの権限が付与されていたりします。
mainブランチやreleaseブランチへのpushは防いでいますが、プルリクに対してforce pushできてしまったりします。
force pushする際などは少しだけお気をつけください。
force pushする際などは少しだけお気をつけください。

レビューをどうすれば良いかの基準は[Google エンジニアリング・プラクティス ドキュメント](https://google-engineering-practices.translation.shuuji3.xyz/)の「コードレビュアのためのガイド」が勉強になると思います。
逆に良いプルリクエストの作り方は「変更の作者のためのガイド」に書いてあります。変更少なくする、コードの移動は別PRに分けるなどが書いてあります。