From 52483ac7e4b70b1334c9c06c29eafb2711ffbbb9 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 8 Apr 2021 14:08:23 -0400 Subject: [PATCH 1/3] docs: discourage external contributors @tituswinters --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 92b639e..ca96ae3 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,16 @@ See [https://creativecommons.org/licenses/by/3.0/][ccl] for more details. The following Google style guides live outside of this project: [Go Code Review Comments][go] and [Effective Dart][dart]. + +## Contributing + +With few exceptions, these style guides are copies of Google's internal style guides +to assist developers working on Google owned and originated open source projects. +Changes to the style guides are made to the internal style guides first and +eventually copied into the versions found here. **External contributions are +not accepted.** Pull requests and issues filed in this repository may be +closed without comment. + Creative Commons License [cpp]: https://google.github.io/styleguide/cppguide.html @@ -55,3 +65,4 @@ The following Google style guides live outside of this project: [go]: https://golang.org/wiki/CodeReviewComments [dart]: https://www.dartlang.org/guides/language/effective-dart [ccl]: https://creativecommons.org/licenses/by/3.0/ + From c6d79d07ab23ff7252c9f2e5782bd4535a8ebe99 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 8 Apr 2021 20:28:33 +0000 Subject: [PATCH 2/3] expand on treatment of external contributions --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca96ae3..ac0b87d 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,11 @@ The following Google style guides live outside of this project: With few exceptions, these style guides are copies of Google's internal style guides to assist developers working on Google owned and originated open source projects. Changes to the style guides are made to the internal style guides first and -eventually copied into the versions found here. **External contributions are -not accepted.** Pull requests and issues filed in this repository may be -closed without comment. +eventually copied into the versions found here. +Pull requests are regularly closed without comment. +Issues that raise questions, justify changes on technical merits, +or point out obvious mistakes may get some engagement and could in theory lead to changes, +but we are primarily optimizing for Google's internal needs. Creative Commons License From d754e413ec62009c029ddde609febaf340996440 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 8 Apr 2021 20:30:44 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac0b87d..3ca11a5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ The following Google style guides live outside of this project: With few exceptions, these style guides are copies of Google's internal style guides to assist developers working on Google owned and originated open source projects. Changes to the style guides are made to the internal style guides first and -eventually copied into the versions found here. +eventually copied into the versions found here. **External contributions are +not accepted.** Pull requests are regularly closed without comment. Issues that raise questions, justify changes on technical merits, or point out obvious mistakes may get some engagement and could in theory lead to changes,