From b29ab46fe4f4317514ddc420ffc23af9fdaa8fae Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Thu, 3 Aug 2023 14:43:08 -0700 Subject: [PATCH] github: mention Google CLA requirement in PR template As requested in PR #1942. --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e65ebe52f..b06c3db37 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,6 +6,7 @@ rewriting the branch rather than adding commits on top. Use force-push when pushing the updated branch (`jj git push` does that automatically when you rewrite a branch). Merge the PR at will once it's been approved. See https://github.com/martinvonz/jj/blob/main/docs/contributing.md for details. +Note that you need to sign Google's CLA to contribute. --> # Checklist