From 3ac60094416a4a8841556a75ca01a0043d461672 Mon Sep 17 00:00:00 2001 From: Derek Mauro Date: Mon, 10 Apr 2023 08:55:07 -0700 Subject: 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 --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md (limited to '.github') diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..ff55e352 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +Thank you for your contribution to Abseil! + +Before submitting this PR, please be sure to read our [contributing +guidelines](https://github.com/abseil/abseil-cpp/blob/master/CONTRIBUTING.md). + +If you are a Googler, please also note that 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. -- cgit v1.2.3