EN
条件文 if / when
条件・時制の一致に注意
構造
If + S + V(現在), S + will/can + V
よくある間違い
× If the tests will pass, I'll merge. → ○ If the tests pass, I'll merge.
例文
テストが通ればマージする
If the tests pass, I'll merge the PR.
ログを確認すれば原因がわかる
If you check the logs, you'll find the root cause.
デプロイが終わったら連絡する
When the deployment finishes, I'll let you know.