diff options
author | Derek Mauro <dmauro@google.com> | 2023-04-10 08:55:07 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-04-10 08:55:56 -0700 |
commit | 3ac60094416a4a8841556a75ca01a0043d461672 (patch) | |
tree | 343c041c6b5c2c0a14477c5ea1c463e0a1fa4c1e /CONTRIBUTING.md | |
parent | 1a72ea7bb8ba27679dd8b179a4671d7d9b099d4b (diff) |
Add a pull request template
This is to highlight contributing guidelines and in particular call
out that Googlers must send us Piper CLs.
PiperOrigin-RevId: 523127713
Change-Id: I38e219d811adc5f14c7aeaa952d5f25de75198f5
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9dadae93..a87254c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,9 +75,9 @@ will be expected to conform to the style outlined ## Guidelines for Pull Requests -* If you are a Googler, it is preferable to first create an internal CL and - have it reviewed and submitted. The code propagation process will deliver - the change to GitHub. +* If you are a Googler, it is required that you send us a Piper CL instead of + using the GitHub pull-request process. The code propagation process will + deliver the change to GitHub. * Create **small PRs** that are narrowly focused on **addressing a single concern**. We often receive PRs that are trying to fix several things at a |