From 103ea74d5df5af2767a82ef236959579996cee8c Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 8 Apr 2021 17:23:10 -0400 Subject: [PATCH 1/2] add pull request template discouraging contributions --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..ebe5329 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +These style guides are copies of Google's internal style guides to +assist developers working on Google owned and originated open source +projects. Changes should be made to the internal style guide first and +only then copied here. + +Unsolicited pull requests are not accepted and will be closed without +comment. + +If this PR does anything other than update a style guide with changes +already made to the internal copy, please do not create it. \ No newline at end of file From aa19fd7504af8d2eb2db04a7994d43a44981c593 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Fri, 9 Apr 2021 08:21:46 -0400 Subject: [PATCH 2/2] allow for typo corrections --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ebe5329..1da16b1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,8 +3,11 @@ assist developers working on Google owned and originated open source projects. Changes should be made to the internal style guide first and only then copied here. -Unsolicited pull requests are not accepted and will be closed without -comment. +Unsolicited pull requests will not be merged and are usually closed +without comment. If a PR points out a simple mistake — a typo, a broken +link, etc. — then the correction can be made internally and copied here +through the usual process. -If this PR does anything other than update a style guide with changes -already made to the internal copy, please do not create it. \ No newline at end of file +Substantive changes to the style rules and suggested new rules should +not be submitted as a PR in this repository. Material changes must be +proposed, discussed, and approved on the internal forums first.