Skip to content

Commit 3ac6009

Browse files
derekmaurocopybara-github
authored andcommitted
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
1 parent 1a72ea7 commit 3ac6009

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Thank you for your contribution to Abseil!
2+
3+
Before submitting this PR, please be sure to read our [contributing
4+
guidelines](https://github.com/abseil/abseil-cpp/blob/master/CONTRIBUTING.md).
5+
6+
If you are a Googler, please also note that it is required that you send us a
7+
Piper CL instead of using the GitHub pull-request process. The code propagation
8+
process will deliver the change to GitHub.

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ will be expected to conform to the style outlined
7575

7676
## Guidelines for Pull Requests
7777

78-
* If you are a Googler, it is preferable to first create an internal CL and
79-
have it reviewed and submitted. The code propagation process will deliver
80-
the change to GitHub.
78+
* If you are a Googler, it is required that you send us a Piper CL instead of
79+
using the GitHub pull-request process. The code propagation process will
80+
deliver the change to GitHub.
8181

8282
* Create **small PRs** that are narrowly focused on **addressing a single
8383
concern**. We often receive PRs that are trying to fix several things at a

0 commit comments

Comments
 (0)